Use correct LB image
This commit is contained in:
parent
052ed326bf
commit
5a78b5c21d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user