Almost working scirpt
This commit is contained in:
parent
edb0d0ec54
commit
395e7a8b43
4 changed files with 27 additions and 0 deletions
|
|
@ -29,6 +29,13 @@ services:
|
|||
depends_on:
|
||||
- postgres
|
||||
|
||||
# scripts:
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile.scripts
|
||||
# depends_on:
|
||||
# - thingsboard-ce
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
name: tb-postgres-data
|
||||
|
|
|
|||
Reference in a new issue