Add ports configuration for EMQX Enterprise

This commit is contained in:
Mohmmad Qunibi 2026-04-27 09:25:48 +03:00 committed by GitHub
parent 9208ed1022
commit 71771c7d3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,11 @@ services:
environment:
- SERVICE_URL_EMQX_18083
- EMQX_DASHBOARD__DEFAULT_PASSWORD=${SERVICE_PASSWORD_EMQX}
ports:
- "1883:1883"
- "8083:8083"
- "8084:8084"
- "8883:8883"
volumes:
- emqx_data:/opt/emqx/data
- emqx_log:/opt/emqx/log