diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-20 15:47:57 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-20 15:47:57 +0000 |
commit | fcc3ec7600305099715542ba5546f58a2fd8ec71 (patch) | |
tree | 402f75d0fc31dac7f3341e6a4792fd8a6c0f0e18 /docker-compose-test.yaml | |
parent | skeleton (diff) | |
download | hived-fcc3ec7600305099715542ba5546f58a2fd8ec71.tar.gz hived-fcc3ec7600305099715542ba5546f58a2fd8ec71.zip |
added a coingecko endpoint
Diffstat (limited to '')
-rw-r--r-- | docker-compose-test.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index afee17a..99d9a76 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -36,6 +36,19 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test + arbiter: + image: arbiter + build: + context: ./arbiter + networks: + - mainnet + ports: + - "8009:8009" + entrypoint: ["/arbiter/arbiter"] + cap_drop: + - ALL + environment: + - SERVER_DEPLOYMENT_TYPE=test redis: image: redis:6.2-alpine networks: |