https://github.com/superfly/fly-docker-example
Demonstrates horizontal scaling with Docker/Nginx and Docker/Fly.
https://github.com/superfly/fly-docker-example
Last synced: 3 months ago
JSON representation
Demonstrates horizontal scaling with Docker/Nginx and Docker/Fly.
- Host: GitHub
- URL: https://github.com/superfly/fly-docker-example
- Owner: superfly
- Created: 2018-01-03T18:44:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T19:16:22.000Z (over 7 years ago)
- Last Synced: 2025-03-07T01:18:44.710Z (3 months ago)
- Language: JavaScript
- Homepage: https://fly.io/articles/load-balancing-a-fleet-of-docker-containers-using-fly
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://fly.io/slack/)
# Load Balancing a Fleet of Docker Containers Using Fly
The companion article for this example code is available [here](https://fly.io/articles/load-balancing-a-fleet-of-docker-containers-using-fly).
This is a very simple Node.js HTTP server that responds with the SERVER_NAME environment variable. There's also an Nginx folder which contains configuration details for an Nginx proxy. There is a branch `with-wormhole` which shows container fleet management with Fly + Wormhole in contrast to the Nginx approach.
You can checkout this Pull Request to see the diff https://github.com/superfly/fly-docker-example/pull/1 !
Wormhole is an open source utility that securely connects two end-points. You can find it on GitHub [here](https://github.com/superfly/wormhole).
![]()