Add dockhand
This commit is contained in:
19
dockhand/docker-compose-agent.yml
Normal file
19
dockhand/docker-compose-agent.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
hawser:
|
||||
container_name: hawserd
|
||||
image: ghcr.io/finsys/hawser:0.2.27@sha256:63d0a5fb81fe64cc0f7e0cbede54889b114fd3d634d2ee18e0fee89d7854873a
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- AGENT_NAME=${AGENT_NAME}
|
||||
- TOKEN=${TOKEN}
|
||||
- LOG_LEVEL=${LOG_LEVEL}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 2376:2376
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
Reference in New Issue
Block a user