diff --git a/compose.yml b/compose.yml index 5a08597..f729016 100755 --- a/compose.yml +++ b/compose.yml @@ -72,6 +72,16 @@ services: - "traefik.http.routers.traefik-secure.tls.domains[0].sans=*.${DOMAIN}" - "traefik.http.routers.traefik-secure.service=api@internal" - "wud.watch=false" + + backup: + container_name: backup + image: gitea.craisin.tech/craisin/backup:latest + volumes: + - ${DATA}:/source/data + - ${DRIVE}:/source/drive + - /home/craisin/config:/source/config + - /home/craisin/backup:/dest + restart: always # Productivity crontab-guru: