Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ x-default-variables: &default-variables
ETH_CLIENT_RETRY_MAX_ELAPSED_TIME: 5s
LOG_LEVEL: ${LOG_LEVEL-info}
LOG_FORMAT: ${LOG_FORMAT-json}
JAEGER_AGENT_HOST: ${JAEGER_AGENT_HOST-jaeger}
JAEGER_AGENT_PORT: ${JAEGER_AGENT_PORT-6831}
NONCE_MANAGER_TYPE: ${NONCE_MANAGER_TYPE-redis}
REDIS_HOST: ${REDIS_HOST-redis}
REDIS_PORT: ${REDIS_PORT-6379}
Expand Down Expand Up @@ -150,7 +148,6 @@ services:
<<: *container-common
environment:
<<: *default-variables
JAEGER_SERVICE_NAME: TX-SIGNER
SECRET_PKEY: ${SECRET_PKEY-}
SECRET_STORE: ${SECRET_STORE-hashicorp}
volumes:
Expand All @@ -161,7 +158,6 @@ services:
<<: *container-common
environment:
<<: *default-variables
JAEGER_SERVICE_NAME: TX-SENDER
depends_on:
- transaction-scheduler
command: tx-sender run
Expand All @@ -171,7 +167,6 @@ services:
environment:
<<: *default-variables
LISTENER_START_DEFAULT: latest
JAEGER_SERVICE_NAME: TX-LISTENER
depends_on:
- transaction-scheduler
- chain-registry
Expand Down
14 changes: 0 additions & 14 deletions scripts/deps/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,6 @@ services:
- ./config/hashicorp/init.sh:/init.sh
command: sh /init.sh

jaeger:
<<: *container-common
image: jaegertracing/all-in-one:1.8
environment:
COLLECTOR_ZIPKIN_HTTP_PORT: 9411
ports:
- 5775:5775/udp
- 6831:6831/udp
- 6832:6832/udp
- 5778:5778
- 16686:16686
- 14268:14268
- 9411:9411

volumes:
db-data-contract-registry:
driver: local
Expand Down