This commit is contained in:
parent
a28e60633b
commit
a65a4051c3
3 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ Image=docker.io/grafana/grafana-oss
|
|||
Network=nginx.network
|
||||
Volume=grafana.volume:/var/lib/grafana:U,Z
|
||||
Environment=GF_ANALYTICS_REPORTING_ENABLED=false
|
||||
Environment=GF_AUTH_DISABLE_LOGIN_FORM=true
|
||||
Environment=GF_DATABASE_WAL=true
|
||||
Environment=GF_LOG_LEVEL=warn
|
||||
Environment=GF_SERVER_ROOT_URL=https://monitoring.strypsteen.com
|
||||
|
|
|
@ -5,6 +5,7 @@ AddDevice=/dev/kvm
|
|||
AddDevice=/dev/net/tun
|
||||
PidsLimit=-1
|
||||
Volume=/var/lib/system-config/container-config/code-server/settings.json:/home/coder/.local/share/code-server/Machine/settings.json:z,ro
|
||||
Volume=code-server-continue.volume:/home/coder/.continue:U,Z
|
||||
Volume=code-server-settings.volume:/home/coder/.local/share/code-server:U,Z
|
||||
Volume=code-server-ssh.volume:/home/coder/.ssh:U,Z
|
||||
Volume=code-server-projects.volume:/home/coder/projects:U,Z
|
||||
|
|
Loading…
Add table
Reference in a new issue