Compare commits
2 Commits
befdfdad36
...
13d94cfc64
Author | SHA1 | Date | |
---|---|---|---|
|
13d94cfc64 | ||
|
7957fe1f8d |
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Set up Cachix
|
- name: Set up Cachix
|
||||||
uses: cachix/cachix-action@v15
|
uses: cachix/cachix-action@v15
|
||||||
with:
|
with:
|
||||||
name: jafnernet
|
name: jafnernet # https://app.cachix.org/cache/jafnernet
|
||||||
authToken: '${{ secrets.CACHIX_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_TOKEN }}'
|
||||||
extraPullNames: nix-community
|
extraPullNames: nix-community
|
||||||
- name: Set up deploy-rs
|
- name: Set up deploy-rs
|
||||||
|
1
homelab/stacks/n8n/.env
Normal file
1
homelab/stacks/n8n/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
FILE_STORAGE=/home/admin/data/n8n
|
19
homelab/stacks/n8n/docker-compose.yml
Normal file
19
homelab/stacks/n8n/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
n8n:
|
||||||
|
image: docker.n8n.io/n8nio/n8n:latest
|
||||||
|
container_name: n8n_n8n
|
||||||
|
restart: "unless-stopped"
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
volumes:
|
||||||
|
- $FILE_STORAGE/n8n:/home/node/.n8n
|
||||||
|
labels:
|
||||||
|
- traefik.http.routers.n8n.rule=Host(`n8n.jafner.net`)
|
||||||
|
- traefik.http.routers.n8n.tls.certresolver=lets-encrypt
|
||||||
|
environment:
|
||||||
|
- N8N_EDITOR_BASE_URL=https://n8n.jafner.net/
|
||||||
|
- WEBHOOK_URL=https://n8n.jafner.net/
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
Loading…
Reference in New Issue
Block a user