refactor docker deployment build contexts
This commit is contained in:
parent
25e3097bb1
commit
3b0c796ec7
9 changed files with 365 additions and 22 deletions
|
|
@ -11,6 +11,8 @@ NPM_SHARED_NETWORK=npm-shared
|
|||
# Recommended with NPM on the same Docker network:
|
||||
# app.<domain> -> web:3000
|
||||
# api.<domain> -> api:4000
|
||||
# Leave NEXT_PUBLIC_API_URL empty to use same-origin mode
|
||||
# (app.<domain> serves UI and proxies API paths to api:4000).
|
||||
NEXT_PUBLIC_API_URL=https://api.example.com
|
||||
NEXT_PUBLIC_NBBO_MAX_AGE_MS=1000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue