Remove HTTPS port mapping for nginx service in development compose

Removed the HTTPS port mapping from the nginx service.
This commit is contained in:
Akhil Mohan
2025-12-23 15:01:30 +05:30
committed by GitHub
parent bded8a4b66
commit 9c07d89a60

View File

@@ -7,7 +7,6 @@ services:
restart: "always" restart: "always"
ports: ports:
- 8080:80 - 8080:80
- 8443:443
volumes: volumes:
- ./nginx/default.dev.conf:/etc/nginx/conf.d/default.conf:ro - ./nginx/default.dev.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: depends_on:
@@ -201,4 +200,4 @@ volumes:
ldap_config: ldap_config:
grafana_storage: grafana_storage:
softhsm_tokens: softhsm_tokens:
driver: local driver: local