Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49f68a595f | ||
|
|
12aec549c7 | ||
|
|
c8decec286 |
+15
-12
@@ -1,16 +1,19 @@
|
|||||||
services:
|
services:
|
||||||
hawser:
|
databasus:
|
||||||
container_name: hawser
|
container_name: databasus
|
||||||
volumes:
|
networks:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- hydra-local
|
||||||
- /opt/hawser-stacks:/opt/hawser-stacks
|
image: databasus/databasus:latest
|
||||||
networks:
|
# ports:
|
||||||
- hydra-local
|
# - "4005:4005"
|
||||||
environment:
|
volumes:
|
||||||
- STACKS_DIR=/opt/hawser-stacks
|
- /opt/99_backup/databasus-data:/databasus-data
|
||||||
- DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect
|
restart: unless-stopped
|
||||||
- TOKEN=${TOKEN}
|
healthcheck:
|
||||||
image: ghcr.io/finsys/hawser:latest
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user