mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 14:50:34 +01:00
- Dockerfile modernisé avec venv Python et locales françaises - Configuration docker-compose simplifiée - README complètement réécrit pour l'architecture multi-plateformes - Suppression bot.py et statuts.txt (remplacés par modules webapp/discordbot) - Migration vers interface d'administration web
15 lines
374 B
YAML
Executable File
15 lines
374 B
YAML
Executable File
services:
|
|
mamiehenriette:
|
|
container_name: MamieHenriette
|
|
build: .
|
|
restart: on-failure
|
|
environment:
|
|
- ENABLE_ZABBIX=false
|
|
- ZABBIX_SERVER=zabbix-server.example.com
|
|
- ZABBIX_HOSTNAME=mamie-henriette-bot
|
|
volumes:
|
|
- ./instance:/app/instance
|
|
|
|
ports:
|
|
- 80:5000
|
|
# - "10050:10050" # Décommentez si ENABLE_ZABBIX=true |