aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 90ff90d..7ce5495 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -51,6 +51,19 @@ services:
- ALLOW_EMPTY_PASSWORD=yes
volumes:
- redis-data:/data/
+ arbiter:
+ image: arbiter
+ build:
+ context: ./arbiter
+ networks:
+ - mainnet
+ ports:
+ - "8009:8009"
+ entrypoint: ["/arbiter/abiter"]
+ cap_drop:
+ - ALL
+ environment:
+ - SERVER_DEPLOYMENT_TYPE=deployment
networks:
mainnet:
driver: bridge