diff --git a/compose.yaml b/compose.yaml index 667caad..8729a87 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,7 +30,8 @@ services: "--pg-password","happypostgresuser", # other hosts "--nats-host","nats:4222", - "--auth-rpc-host","authrpc:8081" + "--auth-rpc-host","authrpc:8081", + "--data-rpc-host","dataservice:9000", ] depends_on: - authrpc @@ -58,7 +59,6 @@ services: - ROBLOX_GROUP_ID=17032139 # "None" is special case string value - API_HOST_INTERNAL=http://submissions:8083 - NATS_HOST=nats:4222 - - DATA_HOST=http://dataservice:9000 depends_on: - nats # note: this races the submissions which creates a nats stream