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