backup-bot-two/compose.ssh.yml
3wc f6d1da8899
All checks were successful
continuous-integration/drone/push Build is passing
Working cron again, d'oh
2021-11-11 02:10:17 +02:00

17 lines
299 B
YAML

---
version: "3.8"
services:
app:
environment:
- SSH_KEY_FILE=/run/secrets/ssh_key
- SSH_HOST_KEY
- SSH_HOST_KEY_DISABLE
secrets:
- source: ssh_key
mode: 0400
secrets:
ssh_key:
external: true
name: ${STACK_NAME}_ssh_key_${SECRET_SSH_KEY_VERSION}