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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user