(feat) add user and pass for backend api

This commit is contained in:
cardosofede
2024-11-04 11:50:48 -03:00
parent 0fddbb57c6
commit 1bd677b3e6
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ services:
environment:
- BROKER_HOST=emqx
- BROKER_PORT=1883
- USERNAME=admin
- PASSWORD=admin
networks:
- emqx-bridge
emqx:

View File

@@ -28,6 +28,8 @@ services:
environment:
- BROKER_HOST=emqx
- BROKER_PORT=1883
- USERNAME=admin
- PASSWORD=admin
networks:
- emqx-bridge
emqx:

View File

@@ -28,6 +28,8 @@ services:
environment:
- BROKER_HOST=emqx
- BROKER_PORT=1883
- USERNAME=admin
- PASSWORD=admin
networks:
- emqx-bridge
emqx: