Skip to content

Commit 1163dc3

Browse files
committed
adding launch url variable to compose files
1 parent 7fffbb5 commit 1163dc3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cts/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ services:
104104
- API_KEY=${PLAYER_KEY}
105105
- API_SECRET=${PLAYER_SECRET}
106106
- PLAYER_API_ROOT=${PLAYER_ROOT_PATH}
107+
- PLAYER_LAUNCH_URL_BASE
107108
networks:
108109
- public
109110

player/certbot/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
log/

player/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ services:
4141
- DATABASE_NAME=catapult_player
4242
- FIRST_TENANT_NAME
4343
- PLAYER_API_ROOT=${PLAYER_ROOT_PATH}
44+
- PLAYER_LAUNCH_URL_BASE
4445
- HOST_PORT
4546
rdbms:
4647
image: mysql:8.0.31

0 commit comments

Comments
 (0)