diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-10-25 14:53:54 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-10-25 14:53:54 +0200 |
| commit | aa9b32f8cd1467e9718959f400f6777e5d71737d (patch) | |
| tree | b88bbede15108c6855d7f94ded4c7054df186a72 /docker-compose.prod.yml | |
| parent | eb0e0a3bc557c05a70eead388797ab850ea87366 (diff) | |
| parent | b7a71e5b4aa77b41ef41deec2ace42b67a5a13a7 (diff) | |
merge: Integrate v2.1 progress into public repository
This pull request integrates the changes planned for the v2.1 release of
OpenDC into the public Github repository in order to sync the progress
of both repositories.
Diffstat (limited to 'docker-compose.prod.yml')
| -rw-r--r-- | docker-compose.prod.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 3a8c1cba..c4f43298 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -4,13 +4,13 @@ version: "3.8" services: frontend: ports: - - "8080:80" + - "8080:3000" environment: - REACT_APP_API_BASE_URL: ${OPENDC_API_BASE_URL} + NEXT_PUBLIC_API_BASE_URL: ${OPENDC_API_BASE_URL} api: ports: - - "8081:8081" + - "8081:80" environment: SENTRY_ENVIRONMENT: "production" |
