everything

This commit is contained in:
harrispm 2024-11-05 21:46:26 -06:00
parent 8aadf69aaa
commit 96e028110d
877 changed files with 3046 additions and 0 deletions

23
NG-Caddy.yaml Executable file
View file

@ -0,0 +1,23 @@
services:
caddy:
image: lucaslorentz/caddy-docker-proxy:ci-alpine
ports:
- 80:80
- 443:443
environment:
- CADDY_INGRESS_NETWORKS=netgrimoire
networks:
- netgrimoire
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /export/Docker/caddy:/data
deploy:
placement:
constraints:
- node.hostname == nas
# restart: unless-stopped
networks:
netgrimoire:
external: true