Skip to content

Commit c997733

Browse files
authored
[RTC-345] Update env vars configuration (#34)
1 parent 9c12443 commit c997733

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

docker-compose-dev.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ services:
1313
timeout: 2s
1414
start_period: 30s
1515
environment:
16-
VIRTUAL_HOST: "localhost"
17-
USE_INTEGRATED_TURN: "true"
18-
INTEGRATED_TURN_IP: "${INTEGRATED_TURN_IP:-127.0.0.1}"
19-
INTEGRATED_TURN_LISTEN_IP: "0.0.0.0"
20-
INTEGRATED_TURN_PORT_RANGE: "50000-50050"
21-
INTEGRATED_TCP_TURN_PORT: "49999"
22-
SERVER_API_TOKEN: "development"
23-
PORT: 5002
24-
SECRET_KEY_BASE: "super-secret-key"
16+
JF_HOST: "localhost:5002"
17+
JF_INTEGRATED_TURN_IP: "${INTEGRATED_TURN_IP:-127.0.0.1}"
18+
JF_INTEGRATED_TURN_LISTEN_IP: "0.0.0.0"
19+
JF_INTEGRATED_TURN_PORT_RANGE: "50000-50050"
20+
JF_INTEGRATED_TCP_TURN_PORT: "49999"
21+
JF_SERVER_API_TOKEN: "development"
22+
JF_PORT: 5002
2523
ports:
2624
- "5002:5002"
2725
- "49999:49999"

docker-compose-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
file: docker-compose-dev.yaml
2020
service: jellyfish
2121
environment:
22-
- VIRTUAL_HOST=jellyfish
22+
- JF_HOST=jellyfish:5002
2323
networks:
2424
- network
2525

0 commit comments

Comments
 (0)