Files
homeprod/docker/home/n8n/docker-compose.yml
dependabot[bot] 378609354c build(deps): bump n8nio/n8n from 1.123.5 to 2.0.3 in /docker/home/n8n
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 1.123.5 to 2.0.3.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@1.123.5...n8n@2.0.3)

---
updated-dependencies:
- dependency-name: n8nio/n8n
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 00:14:24 +00:00

33 lines
547 B
YAML

services:
n8n:
image: docker.n8n.io/n8nio/n8n:2.0.3
environment:
- TZ=Europe/Paris
- N8N_SECURE_COOKIE=false
ports:
- "5678"
networks:
- default
- proxy
volumes:
- data:/home/node/.n8n
labels:
- "traefik.enable=true"
- "traefik.http.routers.n8n.rule=Host(`n8n.lan`)"
redis:
image: redis:8.2.2
volumes:
data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/n8n/data'
networks:
proxy:
external: true
name: proxy