File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,13 @@ services:
13
13
timeout : 2s
14
14
start_period : 30s
15
15
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
25
23
ports :
26
24
- " 5002:5002"
27
25
- " 49999:49999"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
file : docker-compose-dev.yaml
20
20
service : jellyfish
21
21
environment :
22
- - VIRTUAL_HOST =jellyfish
22
+ - JF_HOST =jellyfish:5002
23
23
networks :
24
24
- network
25
25
You can’t perform that action at this time.
0 commit comments