|
|
|
@ -12,9 +12,9 @@ services: |
|
|
|
cpus: "4" |
|
|
|
memory: 4096M |
|
|
|
|
|
|
|
mongoExpress: |
|
|
|
mongoexpress: |
|
|
|
image: docker.pblr-nyk.pro/mongo-express |
|
|
|
container_name: mongoExpress-0 |
|
|
|
container_name: mongoexpress-0 |
|
|
|
ports: |
|
|
|
- 8081:8081 |
|
|
|
environment: |
|
|
|
@ -27,11 +27,11 @@ services: |
|
|
|
cpus: "1" |
|
|
|
memory: 1024M |
|
|
|
|
|
|
|
meshCenterBackend: |
|
|
|
meshcenterbackend: |
|
|
|
build: ./ |
|
|
|
command: |
|
|
|
- --transport ble --ble-adapter hci0 --ble-mesh-mac xxxxx --mongo-host mongodb |
|
|
|
container_name: meshCenterBackend-0 |
|
|
|
container_name: mesh-center-backend-0 |
|
|
|
ports: |
|
|
|
- 8680:8680 |
|
|
|
depends_on: |
|
|
|
|