https://github.com/cbuschka/docker-gateway
https://github.com/cbuschka/docker-gateway
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbuschka/docker-gateway
- Owner: cbuschka
- License: mit
- Created: 2022-01-22T09:15:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T15:44:10.000Z (over 3 years ago)
- Last Synced: 2025-01-16T04:23:06.220Z (9 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# docker-gateway
### Exports docker containers labeled as ingress to the public
## Features
* nginx
* watches docker container changes via docker events
* generates nginx config for docker containers labeled with ingress-domain=www.example.com
* limits config updates to at max one every 5 seconds
* template for nginx config customizable## Build
```
make build-with-docker build-container
```## License
Copyright (c) 2022 by [Cornelius Buschka](https://github.com/cbuschka).
[MIT](./license.txt)