mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
chore: Align dev environments to Postgres 18 (no-changelog) (#35938)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user