diff --git a/compose.yaml b/compose.yaml index 50ed183..ee07f03 100644 --- a/compose.yaml +++ b/compose.yaml @@ -34,7 +34,7 @@ services: "--data-rpc-host","dataservice:9000", ] env_file: - - ~/auth-compose/strafesnet_staging.env + - /home/quat/auth-compose/strafesnet_staging.env depends_on: - authrpc - nats @@ -59,7 +59,7 @@ services: maptest-validator container_name: validation env_file: - - ~/auth-compose/strafesnet_staging.env + - /home/quat/auth-compose/strafesnet_staging.env environment: - ROBLOX_GROUP_ID=17032139 # "None" is special case string value - API_HOST_INTERNAL=http://submissions:8083/v1 @@ -105,7 +105,7 @@ services: - REDIS_ADDR=authredis:6379 - RBX_GROUP_ID=17032139 env_file: - - ~/auth-compose/auth-service.env + - /home/quat/auth-compose/auth-service.env depends_on: - authredis networks: @@ -119,7 +119,7 @@ services: environment: - REDIS_ADDR=authredis:6379 env_file: - - ~/auth-compose/auth-service.env + - /home/quat/auth-compose/auth-service.env depends_on: - authredis networks: