This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
|||||||
"--data-rpc-host","dataservice:9000",
|
"--data-rpc-host","dataservice:9000",
|
||||||
]
|
]
|
||||||
env_file:
|
env_file:
|
||||||
- ~/auth-compose/strafesnet_staging.env
|
- /home/quat/auth-compose/strafesnet_staging.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- authrpc
|
- authrpc
|
||||||
- nats
|
- nats
|
||||||
@@ -59,7 +59,7 @@ services:
|
|||||||
maptest-validator
|
maptest-validator
|
||||||
container_name: validation
|
container_name: validation
|
||||||
env_file:
|
env_file:
|
||||||
- ~/auth-compose/strafesnet_staging.env
|
- /home/quat/auth-compose/strafesnet_staging.env
|
||||||
environment:
|
environment:
|
||||||
- ROBLOX_GROUP_ID=17032139 # "None" is special case string value
|
- ROBLOX_GROUP_ID=17032139 # "None" is special case string value
|
||||||
- API_HOST_INTERNAL=http://submissions:8083/v1
|
- API_HOST_INTERNAL=http://submissions:8083/v1
|
||||||
@@ -105,7 +105,7 @@ services:
|
|||||||
- REDIS_ADDR=authredis:6379
|
- REDIS_ADDR=authredis:6379
|
||||||
- RBX_GROUP_ID=17032139
|
- RBX_GROUP_ID=17032139
|
||||||
env_file:
|
env_file:
|
||||||
- ~/auth-compose/auth-service.env
|
- /home/quat/auth-compose/auth-service.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- authredis
|
- authredis
|
||||||
networks:
|
networks:
|
||||||
@@ -119,7 +119,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- REDIS_ADDR=authredis:6379
|
- REDIS_ADDR=authredis:6379
|
||||||
env_file:
|
env_file:
|
||||||
- ~/auth-compose/auth-service.env
|
- /home/quat/auth-compose/auth-service.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- authredis
|
- authredis
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user