From ca1e007b07154c6d4fc434c3e2850cb37eaaddb0 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 30 Dec 2024 20:04:46 -0800 Subject: [PATCH] docker: update compose --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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