Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd489ff2ab | ||
|
|
28547d1cf2 | ||
|
|
b3848fad2f | ||
|
|
f707b5de19 | ||
|
|
628e6150c5 | ||
|
|
9f6a612882 |
+13
-16
@@ -1,20 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
databasus:
|
hawser:
|
||||||
container_name: databasus
|
container_name: hawser
|
||||||
networks:
|
volumes:
|
||||||
- hydra-local
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
image: databasus/databasus:latest
|
- /opt/hawser-stacks:/opt/hawser-stacks
|
||||||
# ports:
|
networks:
|
||||||
# - "4005:4005"
|
- hydra-local
|
||||||
volumes:
|
environment:
|
||||||
- /opt/99_backup/databasus-data:/databasus-data
|
- STACKS_DIR=/opt/hawser-stacks
|
||||||
restart: unless-stopped
|
- DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect
|
||||||
healthcheck:
|
- TOKEN=${TOKEN}
|
||||||
test: ["CMD", "curl", "-f", "https://backup.doeringer.eu:443/api/v1/system/health"]
|
image: ghcr.io/finsys/hawser:latest
|
||||||
interval: "10s"
|
|
||||||
timeout: "10s"
|
|
||||||
retries: 15
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
hydra-local:
|
hydra-local:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user