Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49f68a595f | ||
|
|
12aec549c7 | ||
|
|
c8decec286 |
+18
-14
@@ -1,16 +1,20 @@
|
|||||||
services:
|
services:
|
||||||
beszel-agent:
|
databasus:
|
||||||
image: henrygd/beszel-agent
|
container_name: databasus
|
||||||
container_name: beszel-agent
|
networks:
|
||||||
restart: unless-stopped
|
- hydra-local
|
||||||
network_mode: host
|
image: databasus/databasus:latest
|
||||||
|
# ports:
|
||||||
|
# - "4005:4005"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /opt/99_backup/databasus-data:/databasus-data
|
||||||
- ./beszel_agent_data:/var/lib/beszel-agent
|
restart: unless-stopped
|
||||||
# monitor other disks / partitions by mounting a folder in /extra-filesystems
|
healthcheck:
|
||||||
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
|
test: ["CMD", "curl", "-f", "https://backup.doeringer.eu:443/api/v1/system/health"]
|
||||||
environment:
|
interval: "10s"
|
||||||
LISTEN: 45876
|
timeout: "10s"
|
||||||
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd'
|
retries: 15
|
||||||
TOKEN: 5ce92750-2361-448f-833a-78880101b723
|
|
||||||
HUB_URL: https://beszel.doeringer.eu
|
networks:
|
||||||
|
hydra-local:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user