mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
n8n: fix volumes, explicit tag, add redis
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: docker.n8n.io/n8nio/n8n
|
image: docker.n8n.io/n8nio/n8n:1.113.3
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
- N8N_SECURE_COOKIE=false
|
- N8N_SECURE_COOKIE=false
|
||||||
@@ -10,11 +10,14 @@ services:
|
|||||||
- default
|
- default
|
||||||
- proxy
|
- proxy
|
||||||
volumes:
|
volumes:
|
||||||
- data:/data
|
- data:/home/node/.n8n
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.n8n.rule=Host(`n8n.lan`)"
|
- "traefik.http.routers.n8n.rule=Host(`n8n.lan`)"
|
||||||
|
|
||||||
|
redis:
|
||||||
|
image: redis:8.2.2
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user