Skip to content

Commit

Permalink
fix: stack must include caddy network
Browse files Browse the repository at this point in the history
  • Loading branch information
xNok committed Oct 6, 2024
1 parent d6d6c34 commit 7c1cc1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stacks/writerauto/n8n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
volumes:
- n8n_data:/home/node/.n8n
# Docker Stack Config
networks:
- caddy_caddy
deploy:
labels:
caddy: ${SUBDOMAIN}.${DOMAIN_NAME}
Expand All @@ -24,4 +26,8 @@ services:

volumes:
n8n_data:
external: true

networks:
caddy_caddy:
external: true

0 comments on commit 7c1cc1a

Please sign in to comment.