diff --git a/hawser/compose.yaml b/hawser/compose.yaml index 6f43522..8525f37 100644 --- a/hawser/compose.yaml +++ b/hawser/compose.yaml @@ -4,10 +4,10 @@ services: image: ghcr.io/finsys/hawser:0.2.29@sha256:b6f8eabb5e839a1950fae5302db5a96e98dbe63e928e8178c3ca682aed008e26 restart: unless-stopped environment: - - AGENT_NAME=${AGENT_NAME} - TOKEN=${TOKEN} - LOG_LEVEL=${LOG_LEVEL} volumes: + - ./stacks:/data/stacks - /var/run/docker.sock:/var/run/docker.sock ports: - 2376:2376