diff --git a/production-build.yml b/production-build.yml index 54af946..d9f003b 100644 --- a/production-build.yml +++ b/production-build.yml @@ -88,7 +88,7 @@ services: - codehelp-api environment: NODE_ENV: production - REACT_APP_BASE_API: "" + REACT_APP_BASE_API: https://codehelp-api:5000 # user: root traefik: diff --git a/production.yml b/production.yml index 6dd4de2..8187727 100644 --- a/production.yml +++ b/production.yml @@ -84,7 +84,7 @@ services: - codehelp-api environment: NODE_ENV: production - REACT_APP_BASE_API: "" + REACT_APP_BASE_API: https://codehelp-api:5000 # user: root