Return to Flask
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user