Merge pull request #455 from janeczku/pgsql-fix-lb

PostgreSQL fix: LB is set to HTTP protocol
This commit is contained in:
Raúl Sánchez
2017-07-03 18:29:15 +02:00
committed by GitHub
+2 -4
View File
@@ -1,11 +1,9 @@
version: '2' version: '2'
services: services:
postgres-lb: postgres-lb:
image: rancher/load-balancer-service image: rancher/lb-service-haproxy
links:
- postgres
ports: ports:
- ${lb_port}:5432 - ${lb_port}
postgres-data: postgres-data:
image: busybox image: busybox