1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-29 22:38:35 +02:00

update n8n

This commit is contained in:
kev
2021-07-07 14:46:12 +08:00
parent 4420f0f243
commit c3c08424a5
2 changed files with 31 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
version: "3.7"
version: "3.8"
services:
@@ -19,10 +19,10 @@ services:
- DB_PASSWD=gitea
depends_on:
- postgres
restart: always
restart: unless-stopped
postgres:
image: postgres:12-alpine
image: postgres:13-alpine
ports:
- "5432:5432"
volumes:
@@ -31,4 +31,4 @@ services:
- POSTGRES_USER=gitea
- POSTGRES_PASSWORD=gitea
- POSTGRES_DB=gitea
restart: always
restart: unless-stopped