From 0eaf9aa16443e225e38e4ca781d65eac713c7c44 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 12 Dec 2024 14:08:04 -0800 Subject: [PATCH] docker: fix validation --- compose.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compose.yaml b/compose.yaml index a19e853..ce632f4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -60,7 +60,15 @@ services: context: validation dockerfile: Containerfile container_name: validation + environment: + - RBXCOOKIE=RBXCOOKIE + - API_HOST=http://localhost:8081 + - NATS_HOST=nats:4222 + - DATA_HOST=http://localhost:9000 depends_on: - nats + # note: this races the maps-service which creates a nats stream + # the validation will panic if the nats stream is not created + - maps-service networks: - maps-service-network