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.
2 parents fc30fde + 88f893b commit dea3b69Copy full SHA for dea3b69
1 file changed
src/development/stack.yml
@@ -78,9 +78,9 @@ services:
78
environment:
79
POSTGRES_DB: drinks
80
POSTGRES_PASSWORD: postgres
81
- image: postgres:17.6-alpine@sha256:ef257d85f76e48da1c64832459b59fcaba1a4dac97bf5d7450c77753542eee94
+ image: postgres:18.1-alpine@sha256:655a411a84c1d7af7a21473c2eda3d8d24d7a9ff38ca279c897871b34acc0ce1
82
volumes:
83
- - postgres-data:/var/lib/postgresql/data
+ - postgres-data:/var/lib/postgresql
84
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
85
- ../production/data/postgres/02-drinks.sql:/docker-entrypoint-initdb.d/02-drinks.sql
86
traefik:
0 commit comments