mirror of
https://github.com/demostf/proxy.git
synced 2026-04-21 17:32:42 +02:00
SSL reverse proxy for demos.tf
- Dockerfile 59.1%
- Shell 33.2%
- HTML 7.7%
| .github/workflows | ||
| sites | ||
| 413.html | ||
| Dockerfile | ||
| entrypoint.sh | ||
| nginx.conf | ||
| README.md | ||
proxy
SSL reverse proxy for demos.tf
Usage
start the container with the following env variables
EMAIL: the email to use for certbotHOST: the base host to get the certificates forAPI_FASTCGI: fastcgi host that the api runs on, defaults to 'api:9000'FRONTEND: host the frontend server runs on, defaults to 'frontend'SYNC: host the sync server runs on, defaults to 'sync'MAPS: host the maps server runs on, defaults to 'maps'
Note that $HOST, api.$HOST, sync.$HOST, maps.$HOST and static.$HOST need to point to this container