fix(core): adapt postgres-data volume location to postgres 18+ (https://github.com/docker-library/postgres/pull/1259) (#12575)

This commit is contained in:
Clément Doumouro
2025-11-06 12:59:39 +01:00
committed by GitHub
parent 86dead7f57
commit 6175af66c1
2 changed files with 4 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ volumes:
services:
postgres:
image: postgres
image: postgres:18
volumes:
- postgres-data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/18/docker
environment:
POSTGRES_DB: kestra
POSTGRES_USER: kestra

View File

@@ -6,9 +6,9 @@ volumes:
services:
postgres:
image: postgres
image: postgres:18
volumes:
- postgres-data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/18/docker
environment:
POSTGRES_DB: kestra
POSTGRES_USER: kestra