Moved to _dev
This commit is contained in:
14
dokemon/compose-agent.yaml
Normal file
14
dokemon/compose-agent.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user