switch docker deployment to a shared npm network

This commit is contained in:
Kellan Drucquer 2026-04-04 03:54:16 -04:00
parent f578deea03
commit 7babd4fce7
3 changed files with 25 additions and 12 deletions

View file

@ -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