We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abdf9b commit 77b1a26Copy full SHA for 77b1a26
docker/docker-compose.yaml
@@ -36,6 +36,7 @@ services:
36
- POSTGRES_DB=test
37
volumes:
38
- ./categories.postgres.sql:/docker-entrypoint-initdb.d/categories.sql
39
+ healthcheck:
40
# Note: double dollar sign protects variables from docker compose interpolation
41
test: "pg_isready --user $$POSTGRES_USER --quiet --timeout 0"
42
interval: 1s
0 commit comments