From 7e2d28043b2b6679f8c5da13e3dd24e76497d3e7 Mon Sep 17 00:00:00 2001 From: Botis Date: Thu, 28 Nov 2024 16:18:24 +0100 Subject: [PATCH] Fix API_ROUTE_PREFIX compose.override.yml --- compose.override.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.override.yml b/compose.override.yml index 13b695ce4..fade4d9b5 100644 --- a/compose.override.yml +++ b/compose.override.yml @@ -35,7 +35,7 @@ services: target: gally_pwa_dev args: - NEXT_PUBLIC_ENTRYPOINT=${SERVER_NAME:-gally.localhost} - - NEXT_PUBLIC_API_URL=https://${SERVER_NAME:-gally.localhost}/${API_ROUTE_PREFIX:-} + - NEXT_PUBLIC_API_URL=https://${SERVER_NAME:-gally.localhost}/${API_ROUTE_PREFIX:-api} volumes: - ./front:/usr/src/front:rw,cached,z environment: @@ -50,12 +50,12 @@ services: additional_contexts: front_src: ./front args: - - REACT_APP_API_URL=https://${SERVER_NAME:-gally.localhost}/${API_ROUTE_PREFIX:-} + - REACT_APP_API_URL=https://${SERVER_NAME:-gally.localhost}/${API_ROUTE_PREFIX:-api} volumes: - ./front:/usr/src/front:rw,cached,z environment: - PUBLIC_URL=https://${SERVER_NAME:-gally.localhost}/example - - REACT_APP_API_URL=https://${SERVER_NAME:-gally.localhost}/${API_ROUTE_PREFIX:-} + - REACT_APP_API_URL=https://${SERVER_NAME:-gally.localhost}/${API_ROUTE_PREFIX:-api} ###> doctrine/doctrine-bundle ### database: