Sentry installed via docker - how to set up https? -


i've set sentry in docker.

run docker run -d -i -t -p 8080:9000 --restart=always --name pb-sentry -e sentry_secret_key='key' --link sentry-redis:redis --link sentry-postgres:postgres --link sentry-smtp:smtp sentry. works on 8080 port ok.

but need make available via https. how?

you may use proxy server such nginx , forward 443 (https) 8080 -if sentry not supports directly- may use own ssl certs nginx , provide higher security.

if supports directly check docs.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -