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