Files
arcane_template/arcane/README.md

20 lines
815 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Arcane (gestionnaire Docker)
Stack Docker pour **Arcane** via limage ghcr.io/getarcaneapp/arcane.
Permet la gestion de containers, templates et projets Docker via une interface web.
### Configuration
- Port exposé : 3552 (interface web)
- Volumes :
- `/var/run/docker.sock:/var/run/docker.sock` (nécessaire pour la gestion Docker)
- `arcane-data:/app/data` (données internes dArcane)
- `/home/gilles/docker:/app/data/projects` (vos projets Docker)
- Variables denvironnement dans `.env.example`
### Utilisation
1. Déposer ce dossier dans votre registre de templates.
2. Ajuster les valeurs dans `.env.example`.
3. Lancer via :
Pour plus dinformations sur Arcane, visitez : [https://getarcane.app/](https://getarcane.app/)
ou : [https://github.com/getarcaneapp/arcane]