Update environment variable loading to support process environment and improve error handling
All checks were successful
Publish Twitch Archive Container / publish (push) Successful in 1m24s
All checks were successful
Publish Twitch Archive Container / publish (push) Successful in 1m24s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
ec44981a9d
commit
cd3e37ff59
4 changed files with 34 additions and 12 deletions
|
|
@ -1,8 +1,8 @@
|
|||
TWITCH_ARCHIVE_IMAGE=forgejo.maddoscientisto.net/maddo/twitch-archive:latest
|
||||
TWITCH_ARCHIVE_CONTAINER_NAME=twitch-archive
|
||||
TWITCH_ARCHIVE_APP_ENV_FILE=./.env.production
|
||||
TWITCH_ARCHIVE_ARCHIVE_BIND=./archive
|
||||
TWITCH_ARCHIVE_CONFIG_BIND=./config
|
||||
TWITCH_ARCHIVE_IMAGE=forgejo.maddoscientisto.net/maddo/twitchdownloader:latest
|
||||
TWITCH_ARCHIVE_CONTAINER_NAME=twitchdownloader
|
||||
TWITCH_ARCHIVE_APP_ENV_FILE=/mnt/storage/AppData/twitchdownloader/config/.env.production
|
||||
TWITCH_ARCHIVE_ARCHIVE_BIND=/mnt/storage/AppData/twitchdownloader/archive
|
||||
TWITCH_ARCHIVE_CONFIG_BIND=/mnt/storage/AppData/twitchdownloader/config
|
||||
TWITCH_ARCHIVE_ARGS=-u vinesauce
|
||||
TWITCH_ARCHIVE_HEALTHCHECK_STREAMER=vinesauce
|
||||
TWITCH_ARCHIVE_RCLONE_CONFIG=/app/config/rclone.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue