Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
curibe committed Aug 8, 2023
1 parent f0f5124 commit 2a492a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ services:
depends_on:
postgres:
condition: service_healthy
data_builder:
datalib:
condition: service_completed_successfully

data_builder:
datalib:
build:
context: morpheus-data
dockerfile: ./Dockerfile
Expand All @@ -57,7 +57,7 @@ services:
image: monadicalsas/morpheus-data:latest
volumes:
- ./wheels:/wheels
- ./morpheus_data:/app
- ./morpheus-data:/app
depends_on:
postgres:
condition: service_healthy
Expand Down Expand Up @@ -265,7 +265,7 @@ services:
stdin_open: true
tty: true
depends_on:
data_builder:
datalib:
condition: service_completed_successfully


Expand Down

0 comments on commit 2a492a2

Please sign in to comment.