From 18c3c2fb87567e3b2590d54a011d170bc1370393 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 10 Oct 2024 10:10:40 -0700 Subject: [PATCH] Junk --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f58742209..ccafb0bb9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -140,13 +140,13 @@ services: PORT: 3005 BACKEND_URL: http://backend:8000 LOG_LEVEL: info - ports: ["3005:3006"] + ports: ["3005:3000"] volumes: ["./frontend/Caddyfile:/etc/caddy/Caddyfile"] healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3005"] - # depends_on: - # backend: - # condition: service_healthy + depends_on: + backend: + condition: service_healthy ############################################################################################# ### Backend ###