services: hawser: container_name: hawser image: ghcr.io/finsys/hawser:0.2.38@sha256:256523c17dd09fc1f4571ae88ba54067c96e63eb1108b390d454d1fcc7d97a2a 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