From 9f6a6128829c52e6910dc2a34b04bcd71b4d83a1 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 2 Jun 2026 09:58:50 +0200 Subject: [PATCH] Add compose.yaml --- compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..4e12c0a --- /dev/null +++ b/compose.yaml @@ -0,0 +1,11 @@ +services: + hawser: + container_name: hawser + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /opt/hawser-stacks:/opt/hawser-stacks + environment: + - STACKS_DIR=/opt/hawser-stacks + - DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect + - TOKEN={TOKEN} + image: ghcr.io/finsys/hawser:latest \ No newline at end of file