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 7aee37e commit afdf280Copy full SHA for afdf280
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:0bcc5bbbb2aa9c9b4c6505845918c7eb55d783cf5c1f434fac33012579fb149d
+ image: postgres:17.2-alpine@sha256:7d65bcba76a0a625d1c771ec619615d13bb42b0369c220dabc86d2f10b7817c2
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