refactor: remove SSL from standalone setup
Since Zeppelin was only creating a self-signed certificate, this gave a false sense of security when in reality you'd always want to have a proxy with a proper certificate in front of this anyway. Additionally, generating the certificate at build time meant that the domain couldn't easily be changed/updated without rebuilding.
This commit is contained in:
parent
1ef7ba8d0f
commit
e146ed6416
4 changed files with 4 additions and 25 deletions
|
@ -28,10 +28,8 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: docker/production/nginx/Dockerfile
|
||||
args:
|
||||
STANDALONE_DOMAIN: ${STANDALONE_DOMAIN:?Missing STANDALONE_DOMAIN}
|
||||
ports:
|
||||
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
|
||||
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:80"
|
||||
|
||||
migrate:
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue