nfc-web/userdb/docker-compose.yml
randogoth cc56dec270 fix
2025-09-27 13:55:46 +03:00

10 lines
No EOL
171 B
YAML

services:
tagbot:
build: .
ports:
- "8001:5000"
environment:
- FLASK_APP=db.py
- FLASK_RUN_HOST=0.0.0.0
volumes:
- .:/usr/src/app