Skip to content

Commit

Permalink
adding launch url variable to compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed May 22, 2024
1 parent 7fffbb5 commit 1163dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ services:
- API_KEY=${PLAYER_KEY}
- API_SECRET=${PLAYER_SECRET}
- PLAYER_API_ROOT=${PLAYER_ROOT_PATH}
- PLAYER_LAUNCH_URL_BASE
networks:
- public

Expand Down
1 change: 1 addition & 0 deletions player/certbot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
log/
1 change: 1 addition & 0 deletions player/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- DATABASE_NAME=catapult_player
- FIRST_TENANT_NAME
- PLAYER_API_ROOT=${PLAYER_ROOT_PATH}
- PLAYER_LAUNCH_URL_BASE
- HOST_PORT
rdbms:
image: mysql:8.0.31
Expand Down

0 comments on commit 1163dc3

Please sign in to comment.