services: hawser: container_name: hawser image: ghcr.io/finsys/hawser:0.2.31@sha256:4c7be7f136752be8b1e54909df0c72f18db3d044c7aa73805c42e0cb23778acf 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