Files
docker_dev/dokemon/compose-agent.yaml
2025-09-20 16:11:47 +02:00

15 lines
411 B
YAML

name: dokemon-agent
services:
dokemon-agent:
image: productiveops/dokemon-agent:latest
container_name: dokemon-agent
restart: unless-stopped
environment:
SERVER_URL: https://dkr.delmar.bzh
TOKEN: ${TOKEN}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/pleb/.docker/config.json:/root/.docker/config.json