Browse Source

Update

staging
David Ludwig 4 years ago
parent
commit
a212b34477
3 changed files with 11 additions and 1 deletions
  1. +9
    -0
      docker-compose.yml
  2. +1
    -0
      generate_secrets.sh
  3. +1
    -1
      request

+ 9
- 0
docker-compose.yml View File

@ -16,7 +16,10 @@ services:
- 3200:3200 - 3200:3200
secrets: secrets:
- app_key - app_key
- discord_bot_key
- mysql_root_password - mysql_root_password
- tmdb_key
- tvdb_key
volumes: volumes:
- tmp:/tmp - tmp:/tmp
@ -71,8 +74,14 @@ services:
secrets: secrets:
app_key: app_key:
file: ./.secrets/app_key file: ./.secrets/app_key
discord_bot_key:
file: ./.secrets/discord_bot_key
mysql_root_password: mysql_root_password:
file: ./.secrets/mysql_root_password file: ./.secrets/mysql_root_password
tmdb_key:
file: ./.secrets/tmdb_key
tvdb_key:
file: ./.secrets/tvdb_key
volumes: volumes:
mysql: mysql:


+ 1
- 0
generate_secrets.sh View File

@ -11,6 +11,7 @@ SECRETS=(
# API key secrets # API key secrets
API_KEYS=( API_KEYS=(
tmdb_key
discord_bot_key discord_bot_key
tvdb_key tvdb_key
) )


+ 1
- 1
request

@ -1 +1 @@
Subproject commit 882dc23b9f65ba5d8a3e261ce5a3beda877b607d
Subproject commit dfe35be373e4618c7f8373603267e5b1321f89dd

Loading…
Cancel
Save