switch out crontab-guru for docs sync
All checks were successful
Update Compose File / build (push) Successful in 5s

This commit is contained in:
2025-12-22 19:31:43 -08:00
parent 4df04a2d7a
commit b6cd4b015a

View File

@@ -98,23 +98,12 @@ services:
- "traefik.http.services.duplicati.loadbalancer.server.port=8200"
restart: unless-stopped
# Productivity
crontab-guru:
container_name: crontab-guru
image: gitea.craisin.tech/craisin/crontab_guru:latest
environment:
CRONITOR_USERNAME: ${CRONTAB_USER}
CRONITOR_PASSWORD: ${CRONTAB_PASS}
docs-sync:
container_name: docs-sync
image: gitea.craisin.tech/craisin/docs-sync:latest
volumes:
- /var/spool/cron/crontabs:/var/spool/cron/crontabs
- /etc/crontab:/etc/crontab
- ${DATA}/rclone:/config/rclone
restart: always
labels: # traefik
- "traefik.enable=true"
- "traefik.http.routers.crontab.rule=Host(`crontab.${DOMAIN}`)"
- "traefik.http.routers.crontab.entrypoints=https"
- "traefik.http.routers.crontab.tls=true"
- "traefik.http.services.crontab.loadbalancer.server.port=9000"
code-server:
container_name: code-server
@@ -363,7 +352,6 @@ services:
- "traefik.http.routers.wud.tls=true"
- "traefik.http.services.wud.loadbalancer.server.port=3000"
# Personal Websites
craisin-cove:
container_name: craisin-cove
image: gitea.craisin.tech/craisin/craisin_cove:latest