| 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 |
| 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 |