nfc-web/userdb/docker-compose.yml

10 lines
171 B
YAML
Raw Permalink Normal View History

2025-09-27 13:40:41 +03:00
services:
2025-09-27 13:55:46 +03:00
tagbot:
2025-09-27 13:40:41 +03:00
build: .
ports:
- "8001:5000"
environment:
2025-09-27 13:55:46 +03:00
- FLASK_APP=db.py
2025-09-27 13:40:41 +03:00
- FLASK_RUN_HOST=0.0.0.0
volumes:
- .:/usr/src/app