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