Merge pull request #455 from janeczku/pgsql-fix-lb
PostgreSQL fix: LB is set to HTTP protocol
This commit is contained in:
commit
789a509b65
@ -1,11 +1,9 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgres-lb:
|
||||
image: rancher/load-balancer-service
|
||||
links:
|
||||
- postgres
|
||||
image: rancher/lb-service-haproxy
|
||||
ports:
|
||||
- ${lb_port}:5432
|
||||
- ${lb_port}
|
||||
|
||||
postgres-data:
|
||||
image: busybox
|
||||
|
Loading…
x
Reference in New Issue
Block a user