|
@ -19,6 +19,7 @@ services: |
|
|
- app_key |
|
|
- app_key |
|
|
- discord_bot_key |
|
|
- discord_bot_key |
|
|
- mysql_root_password |
|
|
- mysql_root_password |
|
|
|
|
|
- plex_token |
|
|
- tmdb_key |
|
|
- tmdb_key |
|
|
- tvdb_key |
|
|
- tvdb_key |
|
|
- tvdb_pin |
|
|
- tvdb_pin |
|
@ -156,6 +157,8 @@ secrets: |
|
|
file: ./.secrets/discord_bot_key |
|
|
file: ./.secrets/discord_bot_key |
|
|
mysql_root_password: |
|
|
mysql_root_password: |
|
|
file: ./.secrets/mysql_root_password |
|
|
file: ./.secrets/mysql_root_password |
|
|
|
|
|
plex_token: |
|
|
|
|
|
file: ./.secrets/plex_token |
|
|
tmdb_key: |
|
|
tmdb_key: |
|
|
file: ./.secrets/tmdb_key |
|
|
file: ./.secrets/tmdb_key |
|
|
tvdb_key: |
|
|
tvdb_key: |
|
|