mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
Creation
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
glances:
|
||||
container_name: glances
|
||||
image: vimagick/glances
|
||||
volumes:
|
||||
- glances_data:/etc/glances
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
- GLANCES_OPT=-w
|
||||
pid: host
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- srv
|
||||
expose:
|
||||
- 61208
|
||||
|
||||
volumes:
|
||||
glances_data:
|
||||
Reference in New Issue
Block a user