Migrate home_assistant + n8n + protonmail
This commit is contained in:
parent
7fe8837098
commit
669279b4ed
4 changed files with 8 additions and 22 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
- {{ server.work_dir }}/n8n/db:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=n8n
|
||||
- POSTGRES_DB=n8n
|
||||
|
@ -22,7 +22,7 @@ services:
|
|||
- internal
|
||||
- proxy
|
||||
volumes:
|
||||
- n8n:/home/node/.n8n
|
||||
- {{ server.work_dir }}/n8n/base:/home/node/.n8n
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.n8n-secure.entrypoints=https"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue