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 ee5ca7c commit eba1522Copy full SHA for eba1522
.devcontainer/docker-compose.yml
@@ -3,7 +3,6 @@ name: zenstack
3
volumes:
4
postgres-data:
5
6
-
7
networks:
8
workspace:
9
external: false
@@ -25,14 +24,14 @@ services:
25
24
image: postgres
26
restart: always
27
28
- - postgres-data:/var/lib/postgresql/data/
+ - postgres-data:/var/lib/postgresql/
29
env_file: ./.env
30
31
- workspace
32
ports:
33
- 5432:5432
34
healthcheck:
35
- test: [ "CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}" ]
+ test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
36
interval: 5s
37
timeout: 5s
38
retries: 5
0 commit comments