Files
Compose-Files/Docker-Compose/Tugtainer/Agent.yml
T
2026-07-23 19:38:14 -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'