feat: use different creds for api and consumer with restrictive rights
This commit is contained in:
parent
611600c2d8
commit
11b7c14dc7
7 changed files with 16 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ services:
|
|||
networks:
|
||||
- lora-gateway_mqtt
|
||||
- database
|
||||
env_file: consumer.env
|
||||
|
||||
api:
|
||||
build: ./backend
|
||||
|
|
@ -18,6 +19,7 @@ services:
|
|||
networks:
|
||||
- public
|
||||
- database
|
||||
env_file: api.env
|
||||
|
||||
webui:
|
||||
build: ./frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue