Files
docker-compose/hawser/compose.yaml

20 lines
453 B
YAML

services:
hawser:
container_name: hawser
image: ghcr.io/finsys/hawser:0.2.40@sha256:3f0519ae74aa74d11827ff137fad9e3b285274b1d937216f12300e075a63c9b5
restart: unless-stopped
environment:
- TOKEN=${TOKEN}
- LOG_LEVEL=${LOG_LEVEL}
volumes:
- ./stacks:/data/stacks
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 2376:2376
networks:
- frontend
networks:
frontend:
external: true