chore: Align dev environments to Postgres 18 (no-changelog) (#35938)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Declan Carroll
2026-08-10 14:32:02 +01:00
committed by GitHub
parent 269a45d7dd
commit c1334647a3
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ volumes:
services:
postgres:
image: postgres:16-alpine
image: postgres:18-alpine
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql
environment:
- POSTGRES_DB=n8n
- POSTGRES_PASSWORD=password
+2 -2
View File
@@ -3,10 +3,10 @@ volumes:
services:
postgres:
image: postgres:16-alpine
image: postgres:18-alpine
restart: unless-stopped
volumes:
- postgres-data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql
environment:
- POSTGRES_DB=n8n
- POSTGRES_PASSWORD=password
@@ -7,7 +7,7 @@ services:
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
postgres:
image: postgres:16.4
image: postgres:18.4
restart: always
user: root:root
environment:
@@ -17,7 +17,7 @@ services:
timeout: 3s
postgres:
image: postgres:16.4
image: postgres:18.4
restart: always
environment:
- POSTGRES_DB=n8n
@@ -16,7 +16,7 @@ services:
timeout: 3s
postgres:
image: postgres:16.4
image: postgres:18.4
user: root:root
restart: always
environment: