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: