added SWAG proxy manager

Updated backup schedules
removed loki from grafana
This commit is contained in:
2023-08-15 16:59:30 +00:00
parent 884f123bba
commit a4d8548379
4 changed files with 59 additions and 21 deletions
+35
View File
@@ -0,0 +1,35 @@
version: "3"
volumes:
swag_data:
driver_opts:
type: nfs
o: addr=dockerstorage,nfsvers=4
device: :/dockerstorage/swag
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=100
- TZ=Etc/UTC
- URL=vbchaos.nl
- VALIDATION=http
- SUBDOMAINS=nc,git,grafana #optional
- CERTPROVIDER= #optional
- DNSPLUGIN=cloudflare #optional
- PROPAGATION= #optional
- EMAIL= matthias.mitscherlich@gmail.com
- ONLY_SUBDOMAINS=false #optional
- EXTRA_DOMAINS= #optional
- STAGING=false #optional
volumes:
- swag_data:/config
ports:
- 443:443
- 80:80 #optional
restart: unless-stopped