CloudBoost / docker

Docker Cloud file for CloudBoost
http://www.cloudboost.io
33 stars 15 forks source link

Missing config for haproxy #1

Closed aaronblondeau closed 8 years ago

aaronblondeau commented 8 years ago

When launching the stack with docker-compose, the haproxy container exits almost immediately. "docker logs" on the haproxy container shows:

[ALERT] 018/225540 (1) : Could not open configuration file /usr/local/etc/haproxy/haproxy.cfg : No such file or directory

Switching to a more complete haproxy image such as tutum's results in a working container:

#Load Balancer.
lb:
  image: tutum/haproxy:latest
  links:
  - cloudboost
  ports:
  - "80:80"
  environment:
  - BACKEND_PORT=4730
  - BALANCE=roundrobin
nawazdhandala commented 8 years ago

Thank you for letting us know. This is now fixed.