File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ services:
319319 ports :
320320 - ${DOCKER_GRAFANA_PORT}:${DOCKER_GRAFANA_PORT}
321321 expose :
322- - ${DOCKER_FRONTEND_PORT }
322+ - ${DOCKER_GRAFANA_PORT }
323323 env_file : *env
324324 restart : on-failure
325325 healthcheck :
@@ -338,12 +338,11 @@ services:
338338 - GF_USERS_ALLOW_ORG_CREATE=false
339339 - GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER}
340340 - GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD}
341- # - GF_AUTH_ANONYMOUS_ENABLED=true
342- # - GF_SECURITY_ALLOW_EMBEDDING=true
343- # - GF_SERVER_ROOT_URL=%(protocol)s://%(domain)s:%(http_port)s/grafana/
344- # - GF_SERVER_SERVE_FROM_SUB_PATH=true
345- - VIRTUAL_HOST=${FRONTEND_HOSTNAME}
346- - LETSENCRYPT_HOST=${FRONTEND_HOSTNAME}
341+ - GF_AUTH_ANONYMOUS_ENABLED=true
342+ - GF_AUTH_DISABLE_LOGIN_FORM=true
343+ - GF_SECURITY_ALLOW_EMBEDDING=true
344+ - GF_SERVER_ROOT_URL=https://frege.ii.uj.edu.pl
345+ - GF_SERVER_SERVE_FROM_SUB_PATH=true
347346 env_file : []
348347
349348 # === [Frontend] ===
You can’t perform that action at this time.
0 commit comments