Skip to content

Commit c6b460b

Browse files
committed
try fix
1 parent 60e6be0 commit c6b460b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ GITLAB_TOKEN=
4646

4747
LETSENCRYPT_EMAIL=[email protected]
4848
BACKEND_HOSTNAME=api.localhost
49-
FRONTEND_HOSTNAME=.localhost
49+
FRONTEND_HOSTNAME=frege.ii.uj.edu.pl
5050
FRONTEND_URL=http://localhost:3030

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)