Files
Compose-Files/Docker/Docker Management/Tugtainer/Agent.yml
T
2026-07-20 09:23:17 -04:00

15 lines
384 B
YAML

services:
agent:
container_name: tugtainer-agent
image: quenary/tugtainer-agent:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
environment:
# The list of available variables is in env.example
AGENT_SECRET: home-mikemcfetridge-com
read_only: true
tmpfs:
- /run
ports:
- '8001:8001'