We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59693c commit 485c883Copy full SHA for 485c883
2 files changed
backend/docker-compose.yml
@@ -20,5 +20,10 @@ services:
20
interval: 5s
21
timeout: 3s
22
retries: 5
23
+ volumes:
24
+ - pgdata:/var/lib/postgresql
25
ports:
26
- "127.0.0.1:5432:5432"
27
+
28
+volumes:
29
+ pgdata:
docker-compose.yaml
@@ -26,5 +26,10 @@ services:
30
31
32
33
34
35
0 commit comments