15 lines
384 B
YAML
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' |