Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 27, 2023
1 parent ef9a986 commit 976c7bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
depends_on:
- bitcoin
volumes:
- bitcoin-connector-volume
- "bitcoin-connector-volume:/data"

connector-ethereum:
image: "analoglabs/connector-ethereum"
Expand All @@ -76,7 +76,7 @@ services:
depends_on:
- ethereum
volumes:
- ethereum-connector-volume
- "ethereum-connector-volume:/data"

connector-polkadot:
image: "analoglabs/connector-polkadot"
Expand All @@ -86,7 +86,7 @@ services:
depends_on:
- polkadot
volumes:
- polkadot-connector-volume
- "polkadot-connector-volume:/data"
# TODO: need to do a proper health check
restart: always

Expand Down

0 comments on commit 976c7bd

Please sign in to comment.