This commit is contained in:
randogoth 2025-09-27 13:55:46 +03:00
parent 41045fdf3a
commit cc56dec270
3 changed files with 5 additions and 10 deletions

View file

@ -1,11 +1,10 @@
services:
wordonaut:
tagbot:
build: .
container_name: tagbot
ports:
- "8001:5000"
environment:
- FLASK_APP=wordonaut.py
- FLASK_APP=db.py
- FLASK_RUN_HOST=0.0.0.0
volumes:
- .:/usr/src/app