Files
Containarr/docker-compose.agent.yml

11 lines
358 B
YAML

services:
agent:
image: gitea.anthonybouteiller.ovh/blomios/containarr-agent:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
CONTAINARR_SERVER_URL: "http://<ip-du-serveur>:9090"
CONTAINARR_AGENT_TOKEN: "<token-généré-depuis-l-interface-admin>"
RUST_LOG: "info"