add backup container
All checks were successful
Update Compose File / build (push) Successful in 10s
All checks were successful
Update Compose File / build (push) Successful in 10s
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -72,6 +72,16 @@ services:
|
|||||||
- "traefik.http.routers.traefik-secure.tls.domains[0].sans=*.${DOMAIN}"
|
- "traefik.http.routers.traefik-secure.tls.domains[0].sans=*.${DOMAIN}"
|
||||||
- "traefik.http.routers.traefik-secure.service=api@internal"
|
- "traefik.http.routers.traefik-secure.service=api@internal"
|
||||||
- "wud.watch=false"
|
- "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
|
# Productivity
|
||||||
crontab-guru:
|
crontab-guru:
|
||||||
|
|||||||
Reference in New Issue
Block a user