diff --git a/templates/postgres/0/docker-compose.yml b/templates/postgres/0/docker-compose.yml index 24e8dfa..89ff0da 100644 --- a/templates/postgres/0/docker-compose.yml +++ b/templates/postgres/0/docker-compose.yml @@ -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