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.39@sha256:03c9f31205f7b5ee7aef55bf3058d050fe4ac8a745029c19107eaa0c34ef3422
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