Add continue volume
All checks were successful
ShellCheck / shellcheck (push) Successful in 23s

This commit is contained in:
Mathieu Strypsteen 2024-09-06 22:28:47 +02:00
parent a28e60633b
commit a65a4051c3
Signed by: mathieu
GPG key ID: 782A42E461BC6824
3 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Image=docker.io/grafana/grafana-oss
Network=nginx.network Network=nginx.network
Volume=grafana.volume:/var/lib/grafana:U,Z Volume=grafana.volume:/var/lib/grafana:U,Z
Environment=GF_ANALYTICS_REPORTING_ENABLED=false Environment=GF_ANALYTICS_REPORTING_ENABLED=false
Environment=GF_AUTH_DISABLE_LOGIN_FORM=true
Environment=GF_DATABASE_WAL=true Environment=GF_DATABASE_WAL=true
Environment=GF_LOG_LEVEL=warn Environment=GF_LOG_LEVEL=warn
Environment=GF_SERVER_ROOT_URL=https://monitoring.strypsteen.com Environment=GF_SERVER_ROOT_URL=https://monitoring.strypsteen.com

View file

@ -5,6 +5,7 @@ AddDevice=/dev/kvm
AddDevice=/dev/net/tun AddDevice=/dev/net/tun
PidsLimit=-1 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=/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-settings.volume:/home/coder/.local/share/code-server:U,Z
Volume=code-server-ssh.volume:/home/coder/.ssh:U,Z Volume=code-server-ssh.volume:/home/coder/.ssh:U,Z
Volume=code-server-projects.volume:/home/coder/projects:U,Z Volume=code-server-projects.volume:/home/coder/projects:U,Z