Auto Merge of PR 907 - backrest-deployment_2025-10-30T08-57-20
Renovate / renovate (push) Successful in 4m51s
Renovate / renovate (push) Successful in 4m51s
Merged by Trez.One
This commit was merged in pull request #907.
This commit is contained in:
+34
-56
@@ -629,6 +629,40 @@ services:
|
|||||||
<<: *valkey-params
|
<<: *valkey-params
|
||||||
volumes:
|
volumes:
|
||||||
- authelia-valkey-data:/data/valkey
|
- authelia-valkey-data:/data/valkey
|
||||||
|
backrest:
|
||||||
|
container_name: backrest
|
||||||
|
hostname: backrest
|
||||||
|
image: garethgeorge/backrest:latest
|
||||||
|
environment:
|
||||||
|
BACKREST_DATA: /data # path for backrest data. restic binary and the database are placed here.
|
||||||
|
BACKREST_CONFIG: /config/config.json # path for the backrest config file.
|
||||||
|
XDG_CACHE_HOME: /cache # path for the restic cache which greatly improves performance.
|
||||||
|
TZ: ${TZ} # set the timezone for the container, used as the timezone for cron jobs.
|
||||||
|
labels:
|
||||||
|
swag: enable
|
||||||
|
swag_port: 9898
|
||||||
|
swag_proto: http
|
||||||
|
swag_url: backrest.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.parent: Rinoa
|
||||||
|
swag.uptime-kuma.name: Backrest
|
||||||
|
swag.uptime-kuma.monitor.url: https://backrest.${MY_TLD}
|
||||||
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
|
swag.uptime-kuma.monitor.retryInterval: 60
|
||||||
|
swag.uptime-kuma.monitor.maxretries: 5
|
||||||
|
homepage.group: Automation
|
||||||
|
homepage.name: Backrest
|
||||||
|
homepage.href: https://backrest.${MY_TLD}
|
||||||
|
homepage.icon: backrest.svg
|
||||||
|
homepage.description: Data backup
|
||||||
|
ports:
|
||||||
|
- 9898:9898
|
||||||
|
profiles: ["rinoa-apps"]
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/backrest/data:/data
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/backrest/config:/config
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/backrest/cache:/cache
|
||||||
bazarr:
|
bazarr:
|
||||||
container_name: bazarr
|
container_name: bazarr
|
||||||
environment:
|
environment:
|
||||||
@@ -889,62 +923,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/bytestash:/data/snippets
|
- ${DOCKER_VOLUME_CONFIG}/bytestash:/data/snippets
|
||||||
castopod:
|
|
||||||
container_name: castopod
|
|
||||||
depends_on:
|
|
||||||
mariadb:
|
|
||||||
condition: service_healthy
|
|
||||||
required: true
|
|
||||||
restart: true
|
|
||||||
castopod-valkey:
|
|
||||||
condition: service_healthy
|
|
||||||
required: true
|
|
||||||
environment:
|
|
||||||
MYSQL_DATABASE: castopod
|
|
||||||
MYSQL_USER: castopod
|
|
||||||
MYSQL_PASSWORD: ${CASTOPOD_MYSQL_PASSWORD}
|
|
||||||
CP_DATABASE_HOSTNAME: mariadb
|
|
||||||
CP_DATABASE_NAME: castopod
|
|
||||||
CP_DATABASE_USERNAME: castopod
|
|
||||||
CP_DATABASE_PASSWORD: ${CASTOPOD_MYSQL_PASSWORD}
|
|
||||||
CP_BASEURL: "https://pod.${MY_TLD}"
|
|
||||||
CP_ANALYTICS_SALT: ${CASTOPOD_ANALYTICS_SALT}
|
|
||||||
CP_CACHE_HANDLER: redis
|
|
||||||
CP_DISABLE_HTTPS: 0
|
|
||||||
CP_REDIS_HOST: castopod-valkey
|
|
||||||
CP_EMAIL_SMTP_HOST: postal-smtp
|
|
||||||
CP_EMAIL_FROM: noreply@${MY_TLD}
|
|
||||||
CP_EMAIL_SMTP_USERNAME: ${POSTAL_SMTP_AUTH_USER}
|
|
||||||
CP_EMAIL_SMTP_PASSWORD: ${POSTAL_SMTP_AUTH_PASSWORD}
|
|
||||||
expose:
|
|
||||||
- 8000
|
|
||||||
image: castopod/castopod:latest@sha256:e59262a89b035d1cb7decd7dcc387670c5ba81e31b67c7e0e89ef827d7f58ea9
|
|
||||||
labels:
|
|
||||||
homepage.group: Social
|
|
||||||
homepage.name: Castopod
|
|
||||||
homepage.href: https://pod.${MY_TLD}
|
|
||||||
homepage.icon: castopod.png
|
|
||||||
homepage.description: Podcast self-hosting
|
|
||||||
swag: enable
|
|
||||||
swag_address: castopod
|
|
||||||
swag_port: 8000
|
|
||||||
swag_url: pod.${MY_TLD}
|
|
||||||
swag.uptime-kuma.enabled: true
|
|
||||||
swag.uptime-kuma.monitor.parent: Rinoa
|
|
||||||
swag.uptime-kuma.name: Castopod
|
|
||||||
swag.uptime-kuma.monitor.url: https://pod.${MY_TLD}
|
|
||||||
swag.uptime-kuma.monitor.interval: 300
|
|
||||||
swag.uptime-kuma.monitor.retryInterval: 60
|
|
||||||
swag.uptime-kuma.monitor.maxretries: 5
|
|
||||||
profiles: ["rinoa-apps"]
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- castopod-media:/var/www/castopod/public/media
|
|
||||||
castopod-valkey:
|
|
||||||
container_name: castopod-valkey
|
|
||||||
<<: *valkey-params
|
|
||||||
volumes:
|
|
||||||
- castopod-valkey-data:/data/valkey
|
|
||||||
changedetection:
|
changedetection:
|
||||||
container_name: changedetection
|
container_name: changedetection
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user