Skip to content
Merged
Prev Previous commit
Next Next commit
fix docker-compose-test
  • Loading branch information
ivanl committed Nov 12, 2021
commit 88a0b7ca0447f8a4db37a49a2001572ec588c6b4
4 changes: 2 additions & 2 deletions proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ services:
CONFIG: ci
hostname: proxy
depends_on:
postgres:
condition: service_started
evm_loader:
condition: service_completed_successfully
ports:
Expand All @@ -68,8 +70,6 @@ services:
- "9090"
networks:
- net
depends_on:
- postgres
volumes:
- deployment_data:/var/deployment_data
entrypoint: proxy/run-test-proxy.sh
Expand Down