Files
Hydra-VPS/compose.yaml
T
2026-06-02 14:16:25 +02:00

27 lines
763 B
YAML

services:
hawser:
container_name: hawser
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
databasement:
networks:
- hydra-local
environment:
- DATABASEMENT_URL=https://data.doeringer.eu
- DATABASEMENT_AGENT_TOKEN=${DB_TOKEN}
container_name: databasement-agent
image: davidcrty/databasement:latest
networks:
hydra-local:
external: true