diff --git a/leycloud/glances.yml b/leycloud/glances.yml new file mode 100644 index 0000000..55dbe53 --- /dev/null +++ b/leycloud/glances.yml @@ -0,0 +1,12 @@ +services: + glances: + image: nicolargo/glances:latest + container_name: glances + restart: unless-stopped + pid: host + hostname: leycloud # <--- Hier deinen Namen eintragen + network_mode: nginx-proxy-manager_default + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + environment: + - "GLANCES_OPT=-w" \ No newline at end of file