Folder reorg if prep for using git runner
This commit is contained in:
parent
304e85e450
commit
1a3749112d
102 changed files with 833 additions and 244 deletions
29
swarm/ntfy.yaml
Normal file
29
swarm/ntfy.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
services:
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
command: serve
|
||||
environment:
|
||||
TZ: America/Chicago
|
||||
user: "1001:998"
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /data/nfs/Baxter/Docker/ntfy/cache:/var/cache/ntfy
|
||||
- /data/nfs/Baxter/Docker/ntfy/etc:/etc/ntfy
|
||||
ports:
|
||||
- 81:80
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 10s
|
||||
max_attempts: 5
|
||||
window: 60s
|
||||
labels:
|
||||
caddy: "ntfy.netgrimoire.com"
|
||||
#caddy.import: "authentik"
|
||||
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue