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
+2 -4
View File
@@ -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