Return to Flask

This commit is contained in:
2025-08-26 10:52:13 +00:00
parent c59732aef3
commit be4c8cc2a5
3 changed files with 6 additions and 13 deletions

View File

@@ -1,9 +1,8 @@
services:
markov-economics:
build: .
# Remove direct port mapping since Caddy will handle external access
# ports:
# - "5000:5000"
ports:
- "5000:5000"
environment:
- FLASK_ENV=production
- FLASK_APP=run.py