switch docker deployment to a shared npm network
This commit is contained in:
parent
f578deea03
commit
7babd4fce7
3 changed files with 25 additions and 12 deletions
|
|
@ -6,6 +6,8 @@ REDIS_URL=redis://redis:6379
|
|||
API_PORT=4000
|
||||
REST_DEFAULT_LIMIT=200
|
||||
|
||||
NPM_SHARED_NETWORK=npm-shared
|
||||
|
||||
# Recommended with NPM on the same Docker network:
|
||||
# app.<domain> -> web:3000
|
||||
# api.<domain> -> api:4000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue