Skip to content

Commit af4eaa5

Browse files
committed
Remove informational version
1 parent a93d0f4 commit af4eaa5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docker-compose.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
version: "3"
2-
3-
volumes:
4-
data:
5-
61
services:
72

83
redis:
@@ -79,7 +74,7 @@ services:
7974

8075
app:
8176
platform: linux/x86_64
82-
build:
77+
build:
8378
context: calliope_app
8479
dockerfile: compose/Dockerfile
8580
image: calliope-app
@@ -99,3 +94,7 @@ services:
9994
- long_worker
10095
- celery_flower
10196
command: ["./wait-for-postgres.sh", "compose/run-calliope-app.sh"]
97+
98+
99+
volumes:
100+
data:

0 commit comments

Comments
 (0)