Tabble-v1 / docker-compose.yml
Shyamnath's picture
Initial commit with Git LFS
80feb1b
version: '3.8'
services:
backend:
build: .
ports:
- "7860:7860"
environment:
- PORT=7860
- HOST=0.0.0.0
volumes:
- ./app:/code/app
- ./templates:/code/templates
- ./tabble_new.db:/code/tabble_new.db
restart: unless-stopped