mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Use postgres:9.6 as a base image (#414)
* Expose 5000 and 5001 on corresponding ports * Use latest version of etcd
This commit is contained in:
committed by
GitHub
parent
720d08d1b4
commit
5bd7d043ae
+2
-2
@@ -50,8 +50,8 @@ haproxy:
|
||||
links:
|
||||
- patroni_etcd:patroni_etcd
|
||||
ports:
|
||||
- "5000"
|
||||
- "5001"
|
||||
- "5000:5000"
|
||||
- "5001:5001"
|
||||
environment:
|
||||
PATRONI_ETCD_HOST: patroni_etcd:2379
|
||||
PATRONI_SCOPE: testcluster
|
||||
|
||||
Reference in New Issue
Block a user