Skip to content

Commit

Permalink
feat(Dataset): adds worker to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarfil committed Jul 9, 2024
1 parent 19665f4 commit 06bc234
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ services:
depends_on:
- db

dataset_snapshot:
<<: *common
command: "manage dataset_snapshot_worker"
restart: unless-stopped
profiles:
- "dataset_snapshot"
depends_on:
- db

dataworker:
<<: *common
command: "manage validate_fileset_worker"
Expand All @@ -96,7 +105,7 @@ services:
- "dataworker"
depends_on:
- db

frontend:
image: "blsq/openhexa-frontend:${FRONTEND_VERSION:-main}"
platform: linux/amd64
Expand All @@ -115,7 +124,6 @@ services:

pipelines_runner:
<<: *common

build:
context: .
dockerfile: Dockerfile
Expand Down
File renamed without changes.

0 comments on commit 06bc234

Please sign in to comment.