From f707b5de19a12ac749c8224a063b1e2e5535dcc1 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 2 Jun 2026 14:13:50 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 1bb5824..197084f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,8 +4,24 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - /opt/hawser-stacks:/opt/hawser-stacks + networks: + - hydra-local 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 + image: ghcr.io/finsys/hawser:latest + + + databasement: + networks: + - hydra-local + environment: + - DATABASEMENT_URL=http://data.doeringer.eu + - DATABASEMENT_AGENT_TOKEN=${TOKEN} + container_name: databasement-agent + image: davidcrty/databasement:latest + +networks: + hydra-local: + external: true \ No newline at end of file