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 aa84cba commit d725e42Copy full SHA for d725e42
docker-compose.yml
@@ -12,6 +12,9 @@ services:
12
environment:
13
TASKCAFE_DATABASE_HOST: postgres
14
TASKCAFE_MIGRATE: "true"
15
+ volumes:
16
+ - taskcafe-uploads:/root/uploads
17
+
18
postgres:
19
image: postgres:12.3-alpine
20
restart: always
@@ -22,11 +25,13 @@ services:
22
25
POSTGRES_PASSWORD: taskcafe_test
23
26
POSTGRES_DB: taskcafe
24
27
volumes:
- - taskcafe-postgres:/var/lib/postgresql/data
28
+ - taskcafe-postgres:/var/lib/postgresql/data
29
30
31
taskcafe-postgres:
32
external: false
33
+ taskcafe-uploads:
34
+ external: false
35
36
networks:
37
taskcafe-test:
0 commit comments