Files
docker-compose/hawser/compose.yaml

20 lines
453 B
YAML

services:
hawser:
container_name: hawser
image: ghcr.io/finsys/hawser:0.2.35@sha256:b6dc982f1a7d1c0af8323d78c0aad48c991881247bcfa99848d566ea20c61f74
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