Update port configuration for multi-tenant deployment to avoid conflicts
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -45,8 +45,8 @@ services:
|
||||
redis:
|
||||
condition: service_started
|
||||
ports:
|
||||
- "${INVENTAR_HTTP_PORT:-80}:80"
|
||||
- "${INVENTAR_HTTPS_PORT:-8000}:8000"
|
||||
- "${INVENTAR_HTTP_PORT:-10000}:80"
|
||||
- "${INVENTAR_HTTPS_PORT:-10001}:8000"
|
||||
volumes:
|
||||
- ./docker/nginx/multitenant.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./certs:/etc/nginx/certs:ro
|
||||
|
||||
Reference in New Issue
Block a user