remove docker proxy and document npm deployment
This commit is contained in:
parent
1fccb16dba
commit
4608d5425f
4 changed files with 56 additions and 76 deletions
|
|
@ -6,7 +6,10 @@ REDIS_URL=redis://redis:6379
|
|||
API_PORT=4000
|
||||
REST_DEFAULT_LIMIT=200
|
||||
|
||||
NEXT_PUBLIC_API_URL=
|
||||
# Recommended with NPM on the same Docker network:
|
||||
# app.<domain> -> web:3000
|
||||
# api.<domain> -> api:4000
|
||||
NEXT_PUBLIC_API_URL=https://api.example.com
|
||||
NEXT_PUBLIC_NBBO_MAX_AGE_MS=1000
|
||||
|
||||
# Options ingest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue