forked from cerc-io/stack-orchestrator
Fix up compose file
This commit is contained in:
parent
acf3877caa
commit
c5895bed0d
@ -27,8 +27,7 @@ services:
|
||||
depends_on:
|
||||
watcher-db:
|
||||
condition: service_healthy
|
||||
build:
|
||||
context: ../common/watcher-ts
|
||||
image: cerc/watcher-mobymask:local
|
||||
command: ["sh", "-c", "yarn server"]
|
||||
volumes:
|
||||
- ../common/watcher-ts/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
||||
@ -49,8 +48,7 @@ services:
|
||||
condition: service_healthy
|
||||
watcher-db:
|
||||
condition: service_healthy
|
||||
build:
|
||||
context: ../common/watcher-ts
|
||||
image: cerc/watcher-mobymask:local
|
||||
command: ["sh", "-c", "yarn job-runner"]
|
||||
volumes:
|
||||
- ../common/watcher-ts/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
||||
|
@ -1,6 +1,7 @@
|
||||
name: mobymask-watcher
|
||||
repos:
|
||||
- cerc-io/mobymask-watcher
|
||||
- cerc-io/watcher-ts/v0.2.13
|
||||
- vulcanize/assemblyscript/ng-integrate-asyncify
|
||||
containers:
|
||||
- cerc/watcher-mobymask
|
||||
pods:
|
||||
|
Loading…
Reference in New Issue
Block a user