Author SHA1 Message Date
tobbbs 49f68a595f Update compose.yaml 2026-05-26 13:32:26 +02:00
tobbbs 12aec549c7 Update compose.yaml 2026-05-26 12:04:59 +02:00
tobbbs c8decec286 Add compose.yaml 2026-05-26 12:00:25 +02:00
+13 -10
View File
@@ -1,16 +1,19 @@
services: services:
hawser: databasus:
container_name: hawser container_name: databasus
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/hawser-stacks:/opt/hawser-stacks
networks: networks:
- hydra-local - hydra-local
environment: image: databasus/databasus:latest
- STACKS_DIR=/opt/hawser-stacks # ports:
- DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect # - "4005:4005"
- TOKEN=${TOKEN} volumes:
image: ghcr.io/finsys/hawser:latest - /opt/99_backup/databasus-data:/databasus-data
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "https://backup.doeringer.eu:443/api/v1/system/health"]
interval: "10s"
timeout: "10s"
retries: 15
networks: networks:
hydra-local: hydra-local: