Compare commits

...

2 Commits

Author SHA1 Message Date
a54f4a6eee Merge pull request 'fix' (#111) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/111
2025-06-14 22:35:16 +03:00
Egor Matveev
41be37ca66 fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 6s
Deploy Prod / Push (pull_request) Successful in 10s
Deploy Prod / prepare (pull_request) Successful in 3s
Deploy Prod / Deploy prod (pull_request) Successful in 29s
2025-06-14 22:34:58 +03:00

View File

@ -37,7 +37,8 @@ services:
environment:
GF_SERVER_ROOT_URL: https://grafana.chocomarsh.com
GF_CORS_ENABLED: "true"
GF_CORS_ALLOW_ORIGINS: https://grafana.chocomarsh.com
GF_AUTH_DISABLE_LOGIN_FORM: "false"
GF_CORS_ALLOW_ORIGINS: "*"
deploy:
mode: replicated
replicas: 1