diff --git a/e2e-testing/docker-compose-e2e-test-remote.yml b/e2e-testing/docker-compose-e2e-test-remote.yml index d3e8791380..0cab13055c 100644 --- a/e2e-testing/docker-compose-e2e-test-remote.yml +++ b/e2e-testing/docker-compose-e2e-test-remote.yml @@ -1,48 +1,5 @@ version: '3' services: - kafka: - image: blacktop/kafka:2.6 - ports: - - 9092:9092 - environment: - KAFKA_ADVERTISED_HOST_NAME: kafka - KAFKA_CREATE_TOPICS: - "to-ender:1:1,\ - to-vulcan:1:1,\ - to-websockets-orderbooks:1:1,\ - to-websockets-subaccounts:1:1,\ - to-websockets-trades:1:1,\ - to-websockets-markets:1:1,\ - to-websockets-candles:1:1" - KAFKA_LISTENERS: INTERNAL://:9092,EXTERNAL_SAME_HOST://:29092 - KAFKA_ADVERTISED_LISTENERS: INTERNAL://kafka:9092,EXTERNAL_SAME_HOST://localhost:29092 - KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INTERNAL:PLAINTEXT,EXTERNAL_SAME_HOST:PLAINTEXT - KAFKA_INTER_BROKER_LISTENER_NAME: INTERNAL - DD_AGENT_HOST: datadog-agent - healthcheck: - test: ["CMD-SHELL", "kafka-topics.sh --bootstrap-server 127.0.0.1:9092 --topic to-websockets-candles --describe"] - interval: 5s - timeout: 20s - retries: 50 - postgres: - build: - context: ../indexer - dockerfile: ../indexer/Dockerfile.postgres.local - ports: - - 5435:5432 - environment: - POSTGRES_PASSWORD: dydxserver123 - POSTGRES_USER: dydx_dev - DATADOG_POSTGRES_PASSWORD: dydxserver123 - healthcheck: - test: ["CMD-SHELL", "pg_isready -U dydx_dev"] - interval: 5s - timeout: 20s - retries: 10 - redis: - image: redis:5.0.6-alpine - ports: - - 6382:6379 dydxprotocold0: image: local:e2etest-dydxprotocol platform: linux/amd64 @@ -95,9 +52,6 @@ services: - ../protocol/localnet/dydxprotocol1:/dydxprotocol/chain/.bob/data ports: - "26658:26657" - depends_on: - kafka: - condition: service_healthy dydxprotocold2: image: local:e2etest-dydxprotocol @@ -139,15 +93,6 @@ services: volumes: - ../protocol/localnet/dydxprotocol3:/dydxprotocol/chain/.dave/data - postgres-package: - build: - context: ../indexer - dockerfile: ../indexer/Dockerfile.postgres-package.local - links: - - postgres - depends_on: - postgres: - condition: service_healthy ender: build: context: ../indexer @@ -156,15 +101,8 @@ services: service: ender ports: - 3001:3001 - links: - - postgres environment: - REDIS_URL=redis://redis:6379 - depends_on: - kafka: - condition: service_healthy - postgres-package: - condition: service_completed_successfully comlink: build: context: ../indexer @@ -179,11 +117,6 @@ services: - COMPLIANCE_DATA_CLIENT=PLACEHOLDER ports: - 3002:3002 - links: - - postgres - depends_on: - postgres-package: - condition: service_completed_successfully socks: build: context: ../indexer @@ -192,16 +125,9 @@ services: service: socks ports: - 3003:3003 - links: - - postgres environment: - WS_PORT=3003 - COMLINK_URL=host.docker.internal:3002 - depends_on: - kafka: - condition: service_healthy - postgres-package: - condition: service_completed_successfully roundtable: build: context: ../indexer @@ -210,13 +136,6 @@ services: service: roundtable ports: - 3004:3004 - links: - - postgres - depends_on: - kafka: - condition: service_healthy - postgres-package: - condition: service_completed_successfully vulcan: build: context: ../indexer @@ -227,6 +146,3 @@ services: - REDIS_URL=redis://redis:6379 ports: - 3005:3005 - depends_on: - kafka: - condition: service_healthy