From 8831f9e8da4a0181ebbf5010c74a65297df208a1 Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Mon, 4 Aug 2025 17:46:23 +0000 Subject: [PATCH] Update docker-compose.yaml to expose additional ports for the application, allowing access on HTTP, HTTPS, and Angular development server. --- docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ad68366..e560a3b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: