mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 21:37:41 +00:00
| .. | ||
| nginx.conf | ||
| README.md | ||
Setup SSL nginx reverse proxy
- Install mkcert mkcert
- Exec
mkcert mydomain.localandmkcert -install - Make sure the pem files are used in the nginx.conf file
- Update HYPERDX_APP_URL to https://mydomain.local in the .env file
- Update HYPERDX_APP_PORT to 443 (same as the nginx server port) in the .env file
- Add the following to the /etc/hosts file
127.0.0.1 mydomain.local
- Comment out ports mapping in the docker-compose.yml file for
appservice (so that the app is not exposed to the host) - Enable nginx service in the docker-compose.yml file
- Run
docker-compose up -d - Open https://mydomain.local in the browser