Files
Containarr/docker-compose.agent.local.yml

15 lines
359 B
YAML

name: containarr-local
services:
agent:
build:
context: .
dockerfile: agent/Dockerfile
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
CONTAINARR_SERVER_URL: "http://server:9090"
CONTAINARR_AGENT_TOKEN: "3fd97ce6-1c03-4609-b2a1-5949d69da4df"
RUST_LOG: "info"