From ecbd102aefe55a418d58c572eadec2308591276d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 15 Dec 2024 01:01:14 -0800 Subject: [PATCH] docker: split internal & external api --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: