backup-bot-two/compose.secret.yml
Moritz 2ea59b4230
Some checks failed
continuous-integration/drone/push Build is failing
breaking change: rename env RESTIC_REPO to RESTIC_REPOSITORY
2023-10-24 21:03:44 +02:00

14 lines
252 B
YAML

---
version: "3.8"
services:
app:
environment:
- RESTIC_REPOSITORY_FILE=/run/secrets/restic_repo
secrets:
- restic_repo
secrets:
restic_repo:
external: true
name: ${STACK_NAME}_restic_repo_${SECRET_RESTIC_REPO_VERSION}