Erreur32 / glances_install_pipx.md
0 likes
0 forks
2 files
Last active 1 month ago
Installation complète de Glances Web avec Docker (Debian 12 / Proxmox)
Ce guide décrit une installation PRODUCTION READY de Glances Web via Docker. Aucune dépendance Python, aucune limitation PEP 668. Recommandé pour Proxmox / Debian 12 / serveurs headless.
1. Prérequis Docker
Erreur32 / docker-compose_dockerhand.yaml
0 likes
0 forks
1 files
Last active 1 month ago
management Docker TOP , rempalce portainer , dozzle , ...
| 1 | services: |
| 2 | dockhand: |
| 3 | image: fnsys/dockhand:latest |
| 4 | container_name: dockhand |
| 5 | restart: unless-stopped |
| 6 | ports: |
| 7 | - 3998:3000 |
| 8 | volumes: |
| 9 | - /var/run/docker.sock:/var/run/docker.sock |
| 10 | - dockhand_data:/app/data |
Erreur32 / docker-compose-web-check.yaml
0 likes
0 forks
2 files
Last active 1 month ago
Preview not available
Erreur32 / docker-compose-MynetworK.yaml
0 likes
0 forks
1 files
Last active 1 month ago
| 1 | services: |
| 2 | mynetwork: |
| 3 | image: ghcr.io/erreur32/mynetwork:latest |
| 4 | container_name: mynetwork |
| 5 | restart: unless-stopped |
| 6 | |
| 7 | # Port mapping: host:container |
| 8 | ports: |
| 9 | - "${DASHBOARD_PORT:-7505}:3000" |
Erreur32 / docker_compose_tool.yaml
0 likes
0 forks
1 files
Last active 1 month ago
| 1 | ########################################################################### |
| 2 | # DOCKER COMPOSE - TOOLS PACK |
| 3 | # |
| 4 | # 📦 Outils inclus : |
| 5 | # - IT-Tools (DevOps / SysAdmin Toolbox) |
| 6 | # Repo : https://github.com/CorentinTh/it-tools |
| 7 | # Port interne : 80 → exposé sur 8083 |
| 8 | # |
| 9 | # - Networking Toolbox (Analyse & outils réseau) |
| 10 | # Repo : https://github.com/lissy93/network-tools |
Newer
Older