feat: add one pull plug and play feature

This commit is contained in:
2026-05-18 11:28:38 +02:00
parent ad64766cd6
commit fc498379f6
11 changed files with 290 additions and 42 deletions

View File

@ -5,6 +5,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
CONTAINARR_SERVER_URL: "${CONTAINARR_SERVER_URL}"
CONTAINARR_AGENT_TOKEN: "${CONTAINARR_AGENT_TOKEN}"
CONTAINARR_SERVER_URL: "http://<ip-du-serveur>:9090"
CONTAINARR_AGENT_TOKEN: "<token-généré-depuis-l-interface-admin>"
RUST_LOG: "info"