Fix up compose file

This commit is contained in:
David Boreham 2022-11-06 17:45:32 -07:00
parent acf3877caa
commit c5895bed0d
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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: