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

@ -69,6 +69,18 @@ services:
restart: unless-stopped
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:
@ -76,3 +88,4 @@ networks:
volumes:
linkstack:
n8n_data: