|
|
@ -29,8 +29,7 @@ services: |
|
|
|
|
|
|
|
|
meshcenterbackend: |
|
|
meshcenterbackend: |
|
|
build: ./ |
|
|
build: ./ |
|
|
command: |
|
|
command: ["--transport", "ble", "--ble-adapter", "hci0", "--ble-mesh-mac", "xxxxx", "--mongo-host", "mongodb"] |
|
|
- --transport ble --ble-adapter hci0 --ble-mesh-mac xxxxx --mongo-host mongodb |
|
|
|
|
|
container_name: mesh-center-backend-0 |
|
|
container_name: mesh-center-backend-0 |
|
|
ports: |
|
|
ports: |
|
|
- 8680:8680 |
|
|
- 8680:8680 |
|
|
|