Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Depreys Alexander committed Dec 11, 2024
1 parent 4222986 commit 3d393f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
build:
dockerfile: mongo_seed.Dockerfile
depends_on:
- mongo
- db

backend:
env_file:
Expand All @@ -38,7 +38,7 @@ services:
ports:
- "127.0.0.1:8080:8080"
depends_on:
- mongo
- db
- influxdb2

frontend:
Expand Down

0 comments on commit 3d393f9

Please sign in to comment.