Finishing example text
This commit is contained in:
parent
d8076f401b
commit
3eda30eea6
15 changed files with 80 additions and 40 deletions
|
|
@ -29,12 +29,14 @@ services:
|
|||
depends_on:
|
||||
- postgres
|
||||
|
||||
# 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