Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulipulichen/docker-nginx-scale-to-zero
A reverse proxy to scale deployment to zero.
https://github.com/pulipulichen/docker-nginx-scale-to-zero
Last synced: about 14 hours ago
JSON representation
A reverse proxy to scale deployment to zero.
- Host: GitHub
- URL: https://github.com/pulipulichen/docker-nginx-scale-to-zero
- Owner: pulipulichen
- License: mit
- Created: 2022-06-01T06:03:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T15:31:34.000Z (over 2 years ago)
- Last Synced: 2024-04-17T02:35:40.486Z (9 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nginx-scale-to-zero
A reverse proxy to scale deployment to zero.# Environment Variables
- BACKENDS=["80,blog.pulipuli.info"]
- CONNECT_TIMEOUT=7s
- VPN_HTTP_PORT=31443
- DEBUG_LOCAL_PORT
- ENV_SERVICE_SERVER
- PORT_ADMIN_INDEX
- PORT_REDIRECT_TO_VPN# Ports
- main:80 (看BACKENDS的設定)
- admin-index:9001
- redirect-to-vpn:9002