[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
a154f2bf46
commit
a7ab7c06cb
1 changed files with 1 additions and 46 deletions
45
compose.yaml
45
compose.yaml
|
|
@ -37,48 +37,3 @@ services:
|
|||
volumes:
|
||||
- /app-config/frpc/frpc.toml:/etc/frp/frpc.toml
|
||||
|
||||
netdata:
|
||||
image: netdata/netdata:latest
|
||||
container_name: netdata
|
||||
hostname: netdata
|
||||
ports:
|
||||
- 19999:19999
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
volumes:
|
||||
# Konfigurations-, Daten- und Cache-Verzeichnisse für Netdata
|
||||
- /app-config/netdata:/etc/netdata
|
||||
- /app-config/netdata_lib:/var/lib/netdata
|
||||
- /app-config/netdata_cache:/var/cache/netdata
|
||||
# Host-Dateien, damit Netdata Systeminformationen korrekt ermitteln kann
|
||||
- /etc/passwd:/host/etc/passwd:ro
|
||||
- /etc/group:/host/etc/group:ro
|
||||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
- /etc/os-release:/host/etc/os-release:ro
|
||||
# Einbinden des Intel GPU Device-Verzeichnisses für GPU-Monitoring
|
||||
- /dev/dri:/dev/dri:ro
|
||||
- /data:/data:ro
|
||||
environment:
|
||||
- DO_NOT_TRACK=1
|
||||
- NETDATA_DISABLE_CLOUD=1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- emby_chris_network
|
||||
|
||||
alloy:
|
||||
image: grafana/alloy:latest
|
||||
container_name: alloy
|
||||
volumes:
|
||||
- /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /app-config/emby/logs/:/var/log/emby/
|
||||
command: >
|
||||
run --server.http.listen-addr=0.0.0.0:12345
|
||||
--storage.path=/var/lib/alloy/data
|
||||
/etc/alloy/config.alloy
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- emby_chris_network
|
||||
Loading…
Add table
Add a link
Reference in a new issue