Files
docker-compose/hawser/compose.yaml
T

20 lines
453 B
YAML
Raw Normal View History

2026-02-22 21:21:55 +05:30
services:
hawser:
container_name: hawser
image: ghcr.io/finsys/hawser:0.2.37@sha256:529e5154316f1d9a70afb78746f1b4ddb5a0e7f6c1ff2f19b68cad06d42f3d1b
2026-02-22 21:21:55 +05:30
restart: unless-stopped
environment:
- TOKEN=${TOKEN}
- LOG_LEVEL=${LOG_LEVEL}
volumes:
2026-02-25 18:35:38 +05:30
- ./stacks:/data/stacks
2026-02-22 21:21:55 +05:30
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 2376:2376
networks:
- frontend
networks:
frontend:
external: true