We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd35bc9 commit fe80c38Copy full SHA for fe80c38
docker-compose.debug.yml
@@ -13,9 +13,7 @@ services:
13
environment:
14
FLASK_ENV: development
15
#FLASK_RUN_RELOAD: False
16
- FLASK_APP: "bin/srv.py"
+ FLASK_APP: "bin/app.py"
17
FLASK_RUN_HOST: 0.0.0.0
18
FLASK_RUN_PORT: 8002
19
entrypoint: ["/usr/bin/flask", "run"]
20
- volumes:
21
- - .:/app:Z
docker-compose.yml
@@ -10,6 +10,8 @@ services:
10
- CHEATSH_CACHE_REDIS_HOST=redis
11
ports:
12
- "8002:8002"
+ volumes:
+ - .:/app:Z
redis:
image: redis:4-alpine
volumes:
0 commit comments