scaled number as question; added health check; set a concrete image version

This commit is contained in:
rdin021
2017-11-15 15:20:33 -05:00
parent f7286cd5f0
commit 0a52999092
2 changed files with 20 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
version: '2'
services:
eventstore:
image: eventstore/eventstore
image: eventstore/eventstore:4.0.3
entrypoint: /bin/bash
command:
- -c
@@ -15,7 +15,7 @@ services:
/entrypoint.sh'
environment:
- EVENTSTORE_CLUSTER_SIZE=3
- EVENTSTORE_CLUSTER_SIZE=${number_of_nodes}
- EVENTSTORE_CLUSTER_DNS=eventstore
- EVENTSTORE_CLUSTER_GOSSIP_PORT=${internal_http_port}
- EVENTSTORE_INT_HTTP_PREFIXES=http://*:${internal_http_port}/