diff --git a/compose.yaml b/compose.yaml index 4a2c31a..b007b54 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,6 +20,8 @@ services: "--debug","serve", # http service port "--port","8082", + # internal http endpoints + "--port-internal","8083", # postgres "--pg-host","10.0.0.29", "--pg-port","5432", @@ -53,6 +55,7 @@ services: environment: - RBXCOOKIE - API_HOST=http://mapsservice:8082 + - API_HOST_INTERNAL=http://mapsservice:8083 - NATS_HOST=nats:4222 - DATA_HOST=http://dataservice:9000 depends_on: