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:
|
depends_on:
|
||||||
watcher-db:
|
watcher-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
build:
|
image: cerc/watcher-mobymask:local
|
||||||
context: ../common/watcher-ts
|
|
||||||
command: ["sh", "-c", "yarn server"]
|
command: ["sh", "-c", "yarn server"]
|
||||||
volumes:
|
volumes:
|
||||||
- ../common/watcher-ts/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
- ../common/watcher-ts/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
||||||
@ -49,8 +48,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
watcher-db:
|
watcher-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
build:
|
image: cerc/watcher-mobymask:local
|
||||||
context: ../common/watcher-ts
|
|
||||||
command: ["sh", "-c", "yarn job-runner"]
|
command: ["sh", "-c", "yarn job-runner"]
|
||||||
volumes:
|
volumes:
|
||||||
- ../common/watcher-ts/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
- ../common/watcher-ts/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
name: mobymask-watcher
|
name: mobymask-watcher
|
||||||
repos:
|
repos:
|
||||||
- cerc-io/mobymask-watcher
|
- cerc-io/watcher-ts/v0.2.13
|
||||||
|
- vulcanize/assemblyscript/ng-integrate-asyncify
|
||||||
containers:
|
containers:
|
||||||
- cerc/watcher-mobymask
|
- cerc/watcher-mobymask
|
||||||
pods:
|
pods:
|
||||||
|
Loading…
Reference in New Issue
Block a user