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 e45a4e1 commit 88cf2e1Copy full SHA for 88cf2e1
src/development/stack.yml
@@ -78,7 +78,7 @@ services:
78
environment:
79
POSTGRES_DB: drinks
80
POSTGRES_PASSWORD: postgres
81
- image: postgres:17.2-alpine@sha256:7691da1fee373a0d2c7f661521e17d51947e2a1b6e2d7e25ea3be18108348397
+ image: postgres:17.2-alpine@sha256:d37d2c160d34430877c802e5adc22824a2ad453499db9bab1a2ceb2be6c1a46f
82
volumes:
83
- postgres-data:/var/lib/postgresql/data
84
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
0 commit comments