mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-12 19:30:39 +01:00
Ajoute surveillance Zabbix optionnelle et migration Alpine
- Migre vers Alpine Linux avec surveillance Zabbix optionnelle - Configure variables d'environnement pour activation conditionnelle - Met à jour documentation avec instructions Docker complètes
This commit is contained in:
@@ -7,5 +7,12 @@ services:
|
||||
- TOKEN=your token
|
||||
- STATUS=online
|
||||
- INTERVAL=3600
|
||||
- ENABLE_ZABBIX=${ENABLE_ZABBIX:-false}
|
||||
- ZABBIX_SERVER=${ZABBIX_SERVER:-zabbix-server.example.com}
|
||||
- ZABBIX_HOSTNAME=${ZABBIX_HOSTNAME:-mamie-henrriette-bot}
|
||||
volumes:
|
||||
- ./statuts.txt:/app/statuts.txt
|
||||
- ./statuts.txt:/app/statuts.txt
|
||||
ports:
|
||||
- "${ZABBIX_PORT:-10050}:10050"
|
||||
profiles:
|
||||
- default
|
||||
Reference in New Issue
Block a user