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