Commit initial : infrastructure Ansible pour homeserver
- Playbooks Ansible avec rôles (common, cockpit, docker, services) - 30+ stacks Docker Compose avec reverse proxy Traefik - Ansible Vault pour gestion secrets - Intégration CrowdSec pour détection intrusions - Versions images Docker fixées pour reproductibilité
This commit is contained in:
commit
fd01ea59ee
125 changed files with 4768 additions and 0 deletions
15
stacks/autoheal/compose.yml
Normal file
15
stacks/autoheal/compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
autoheal:
|
||||
container_name: autoheal
|
||||
image: willfarrell/autoheal:1.2.0
|
||||
restart: always
|
||||
environment:
|
||||
AUTOHEAL_CONTAINER_LABEL: all
|
||||
AUTOHEAL_INTERVAL: 5
|
||||
AUTOHEAL_START_PERIOD: 0
|
||||
AUTOHEAL_DEFAULT_STOP_TIMEOUT: 10
|
||||
AUTOHEAL_ONLY_MONITOR_RUNNING: false
|
||||
DOCKER_SOCK: /var/run/docker.sock
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Loading…
Add table
Add a link
Reference in a new issue