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 90237c9 commit b252375Copy full SHA for b252375
docker-compose.dev.yml
@@ -20,6 +20,8 @@ services:
20
# "npm run payload migrate:create" isn't possible from within the host machine unless the port is exposed
21
# and access throught localhost:5432 instead of postgres:5432
22
- 5432:5432
23
+ volumes: !override
24
+ - pgdata_dev:/var/lib/postgresql/data
25
nginx:
26
develop:
27
watch:
@@ -31,3 +33,6 @@ services:
31
33
target: /etc/nginx/templates/
32
34
ports:
35
- 1001:443
36
+
37
+volumes:
38
+ pgdata_dev:
0 commit comments