https://github.com/deployable/docker-haproxy-app
Dockerised haproxy, syslog and node app running via docker-compose
https://github.com/deployable/docker-haproxy-app
docker docker-compose haproxy nodejs syslog
Last synced: 10 months ago
JSON representation
Dockerised haproxy, syslog and node app running via docker-compose
- Host: GitHub
- URL: https://github.com/deployable/docker-haproxy-app
- Owner: deployable
- Created: 2017-02-01T05:37:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T05:46:30.000Z (about 9 years ago)
- Last Synced: 2025-02-09T20:28:08.567Z (about 1 year ago)
- Topics: docker, docker-compose, haproxy, nodejs, syslog
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HAProxy, syslog and Node.js app in Docker
Four instances of a simple Node.js http application fronted by a haproxy instance.
Syslog is included as a log endpoint for haproxy.
git clone https://github.com/deployable/docker-haproxy-app
docker-compose up
curl http://localhost:9615
The haproxy config is intended to use multiple ip's mapped to it, one for each service.
This isn't configurable in docker-compose or using Docker for Windows or Docker for Mac.
.