summaryrefslogtreecommitdiff
path: root/docker-compose.override.yml
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-18 11:18:11 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-18 15:46:43 +0200
commitce95cfdf803043e66e2279d0f76c6bfc64e7864e (patch)
treed84bf7676e839f242559f61f97d9a590403aa069 /docker-compose.override.yml
parent5c582427366a30a21df64db393ecb9e4d1379439 (diff)
ui: Fix frontend deployment scripts
This change fixes the deployment scripts necessary for the frontend and ensures that runtime variables work again.
Diffstat (limited to 'docker-compose.override.yml')
-rw-r--r--docker-compose.override.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.override.yml b/docker-compose.override.yml
index d42b0c65..b37068fc 100644
--- a/docker-compose.override.yml
+++ b/docker-compose.override.yml
@@ -4,9 +4,9 @@ version: "3.8"
services:
frontend:
ports:
- - "8080:80"
+ - "8080:3000"
environment:
- REACT_APP_API_BASE_URL: http://localhost:8081
+ NEXT_PUBLIC_API_BASE_URL: http://localhost:8081
api:
ports: