Update arm/docker-compose.yml

This commit is contained in:
Matt Reeves 2024-05-12 19:42:55 +00:00
parent ea983ddc77
commit b72445b84e

View file

@ -70,9 +70,22 @@ services:
networks:
- gitea_main
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
ports:
- 5678:5678
volumes:
- n8n_data:/home/node/.n8n
restart: unless-stopped
networks:
- gitea_main
networks:
gitea_main:
external: true
volumes:
linkstack:
n8n_data: