Fix secrets file not passed
Some checks failed
Deploy to Fighter / Deploy (push) Failing after 1s
Deploy to Fighter / Notify (push) Successful in 1s

This commit is contained in:
Joey Hafner 2024-04-25 11:39:56 -07:00
parent ea07358812
commit 1037448918

View File

@ -14,6 +14,7 @@ services:
- $DOCKER_DATA:/config - $DOCKER_DATA:/config
- $TORRENT_DATA:/torrenting - $TORRENT_DATA:/torrenting
- ./discord_notifier.sh:/discord_notifier.sh - ./discord_notifier.sh:/discord_notifier.sh
- ./discord_notifier_secrets.env:/discord_notifier_secrets.env
env_file: env_file:
- path: ./qbittorrent.env - path: ./qbittorrent.env
required: true required: true