We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8925977 + bed2147 commit f151335Copy full SHA for f151335
apps/postgresql/.env
@@ -1,7 +1,7 @@
1
W9_DIST='community'
2
W9_VERSION='18.0'
3
W9_REPO=postgres
4
-W9_POWER_PASSWORD='jwiHgKvry6!0VH!H'
+W9_POWER_PASSWORD='pc!jBdZ4ZBZ7VaY7'
5
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
6
W9_ID='postgres'
7
W9_DB_PORT=5432
apps/postgresql/docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
ports:
11
- ${W9_DB_PORT_SET}:5432
12
volumes:
13
- - postgres:/var/lib/postgresql/data
+ - postgres:/var/lib/postgresql
14
env_file: .env
15
environment:
16
POSTGRES_DB: ${W9_ID}
0 commit comments