File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ GITLAB_TOKEN=
4646
4747LETSENCRYPT_EMAIL = [email protected] 4848BACKEND_HOSTNAME = api.localhost
49- FRONTEND_HOSTNAME = .localhost
49+ FRONTEND_HOSTNAME = frege.ii.uj.edu.pl
5050FRONTEND_URL = http://localhost:3030
Original file line number Diff line number Diff line change @@ -297,7 +297,6 @@ services:
297297
298298 frege-grafana-dev : &grafana
299299 image : grafana/grafana:8.5.2
300- hostname : *host
301300 container_name : frege-grafana-dev
302301 profiles : ["dev"]
303302 networks : *network
@@ -314,7 +313,7 @@ services:
314313 - GF_AUTH_ANONYMOUS_ENABLED=true
315314 - GF_AUTH_DISABLE_LOGIN_FORM=true
316315 - GF_SECURITY_ALLOW_EMBEDDING=true
317- - GF_SERVER_ROOT_URL=%(protocol)s ://%(domain)s:%(http_port)s /grafana/
316+ - GF_SERVER_ROOT_URL=https ://frege.ii.uj.edu.pl /grafana
318317 - GF_SERVER_SERVE_FROM_SUB_PATH=true
319318 ports :
320319 - ${DOCKER_GRAFANA_PORT}:${DOCKER_GRAFANA_PORT}
You can’t perform that action at this time.
0 commit comments