Update docker-compose.yaml to expose additional ports for the application, allowing access on HTTP, HTTPS, and Angular development server.

This commit is contained in:
2025-08-04 17:46:23 +00:00
parent 9b813d69c1
commit 8831f9e8da

View File

@@ -161,7 +161,10 @@ services:
image: "phxerp/phoenix-app:alpha"
container_name: phoenix-app
ports:
- "3000:3000" # Restrict to only allow access from Grafana Server IP
- '80:80'
- '443:443'
- '3000:3000'
- '4200:4200'
# logging:
# driver: loki
# options: