Compare commits
No commits in common. "cab9ef5d08081d43a9ef9e0b34b1f7bcc9d224ec" and "e4f6078e63000b76f3277263bf3eb0a7a8ff6aef" have entirely different histories.
cab9ef5d08
...
e4f6078e63
@ -31,10 +31,6 @@ services:
|
||||
image: grafana/grafana
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
volumes:
|
||||
- /sprint-data/grafana:/var/lib/grafana
|
||||
environment:
|
||||
- GF_SERVER_ROOT_URL=https://grafana.chocomarsh.com
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
|
@ -15,9 +15,7 @@ mkdir /sprint-data/rabbitmq || true
|
||||
mkdir /sprint-data/certs || true
|
||||
mkdir /sprint-data/gitea || true
|
||||
mkdir /sprint-data/clickhouse || true
|
||||
mkdir /sprint-data/grafana || true
|
||||
chmod 777 /sprint-data/redis
|
||||
chmod 777 /sprint-data/rabbitmq
|
||||
chmod 777 /sprint-data/gitea
|
||||
chmod 777 /sprint-data/clickhouse
|
||||
chmod 777 /sprint-data/grafana
|
||||
|
Loading…
Reference in New Issue
Block a user