Update HTTPS port configuration and add cloudflared setup in Docker Compose
This commit is contained in:
@@ -48,7 +48,7 @@ services:
|
||||
condition: service_started
|
||||
ports:
|
||||
- "${INVENTAR_HTTP_PORT:-80}:80"
|
||||
- "${INVENTAR_HTTPS_PORT:-443}:443"
|
||||
- "${INVENTAR_HTTPS_PORT:-8000}:8000"
|
||||
volumes:
|
||||
- ./docker/nginx/multitenant.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./certs:/etc/nginx/certs:ro
|
||||
|
||||
Reference in New Issue
Block a user