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 a93d0f4 commit af4eaa5Copy full SHA for af4eaa5
docker-compose.yml
@@ -1,8 +1,3 @@
1
-version: "3"
2
-
3
-volumes:
4
- data:
5
6
services:
7
8
redis:
@@ -79,7 +74,7 @@ services:
79
74
80
75
app:
81
76
platform: linux/x86_64
82
- build:
77
+ build:
83
78
context: calliope_app
84
dockerfile: compose/Dockerfile
85
image: calliope-app
@@ -99,3 +94,7 @@ services:
99
94
- long_worker
100
95
- celery_flower
101
96
command: ["./wait-for-postgres.sh", "compose/run-calliope-app.sh"]
97
+
98
+volumes:
+ data:
0 commit comments