Skip to content

Commit

Permalink
Merge branch 'chore/docker_compose_improvements' into dockerify
Browse files Browse the repository at this point in the history
  • Loading branch information
xadahiya committed Nov 1, 2024
2 parents eba0f80 + a7de481 commit 1c7091d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ services:
- ${CORE_API_PORT:-8002}
ports:
- ${CORE_API_PORT-8002}:${CORE_API_PORT-8002}
links:
- "ipfs"
- "redis"
- "rabbitmq"
- "snapshotter-local-collector"
depends_on:
redis:
condition: service_healthy
Expand Down

0 comments on commit 1c7091d

Please sign in to comment.