Added rclone backup stacks

This commit is contained in:
2024-03-01 13:42:29 +01:00
parent 45790e1b03
commit 362692ae5f
8 changed files with 184 additions and 2 deletions
+36
View File
@@ -0,0 +1,36 @@
version: "3"
volumes:
swag_data:
driver_opts:
type: nfs
o: addr=dockerstorage,nfsvers=4
device: :/docker_config/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,registry,registrybrowser
- 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
- 81:80 #optional
restart: unless-stopped