From 034f2135a5ce5c74560a4c70a7554ebd3a680209 Mon Sep 17 00:00:00 2001 From: Desmarchelier Maxime <maxime.desmarchelier@ensiie.fr> Date: Sun, 20 Nov 2022 16:23:07 +0100 Subject: [PATCH] http://sg-backend:8000 -> http://localhost:8000 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4c5644b..1427b43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: sg-frontend: build: ./sg-frontend environment: - - VITE_BACKEND_URL=http://sg-backend:8000 + - VITE_BACKEND_URL=http://localhost:8000 volumes: - ./sg-frontend:/app - /app/node_modules -- GitLab