Merge branch 'main' into lorawan
This commit is contained in:
commit
b70a9ae36e
15 changed files with 10 additions and 141 deletions
|
|
@ -136,12 +136,14 @@ services:
|
|||
volumes:
|
||||
- ./configuration/mosquitto/config/:/mosquitto/config/
|
||||
|
||||
# scripts:
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile.scripts
|
||||
# depends_on:
|
||||
# - thingsboard-ce
|
||||
scripts:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.scripts
|
||||
environment:
|
||||
TOKEN_COMPUTER: "c6ghQDyusdlqp2alV7rP"
|
||||
depends_on:
|
||||
- thingsboard-ce
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
|
|
|
|||
Reference in a new issue