This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Update secrets
staging
David Ludwig
4 years ago
parent
2fac45a527
commit
2ee13f6431
3 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
docker-compose.yml
+1
-0
generate_secrets.sh
+1
-1
request
+ 3
- 0
docker-compose.yml
View File
@ -20,6 +20,7 @@ services:
-
mysql_root_password
-
tmdb_key
-
tvdb_key
-
tvdb_pin
volumes:
-
tmp:/tmp
@ -82,6 +83,8 @@ secrets:
file
:
./.secrets/tmdb_key
tvdb_key:
file
:
./.secrets/tvdb_key
tvdb_pin:
file
:
./.secrets/tvdb_pin
volumes:
mysql:
+ 1
- 0
generate_secrets.sh
View File
@ -14,6 +14,7 @@ API_KEYS=(
tmdb_key
discord_bot_key
tvdb_key
tvdb_pin
)
# Store new API keys if available
+ 1
- 1
request
@ -1 +1 @@
Subproject commit
f3602c5a84608569d9b878d4bf34dd5d82401ee9
Subproject commit
aeab224a12efb1f94540ef9d94723c8a5e0cebef
Write
Preview
Loading…
Cancel
Save