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