Update zimit-webapp/docker-compose.yml

This commit is contained in:
Willy 2025-11-04 00:03:29 +01:00
parent 7d85ab35e6
commit fcb2765c41

View file

@ -1,14 +1,14 @@
services:
zimit-webapp:
container_name: zimit-webapp
image: zimit-webapp:v0.9.5 # L'image sur mon registry
image: git.selfitdeploy.com/willy/zimit-webapp:1.0.0 # L'image sur mon registry
restart: unless-stopped
ports:
- "2000:8080" # Port HTTP
- "2000:8080" # Port HTTP
volumes:
- /srv/kiwix/zim:/srv/kiwix/zim # Repertoire de sortie pour les fichiers *.zim
- /var/run/docker.sock:/var/run/docker.sock # Accès au démon Docker de l'hôte
- ./data:/app/data # Persistance des logs et tâches
- /srv/kiwix/zim:/srv/kiwix/zim # Repertoire de sortie pour les fichiers *.zim
- /var/run/docker.sock:/var/run/docker.sock # Accès au démon Docker de l'hôte
- ./data:/app/data # Persistance des logs et tâches
environment:
- TZ=Europe/Paris
networks: