Compare commits
3
Commits
90_security
...
99_backup
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49f68a595f | ||
|
|
12aec549c7 | ||
|
|
c8decec286 |
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
databasus:
|
||||
container_name: databasus
|
||||
networks:
|
||||
- hydra-local
|
||||
image: databasus/databasus:latest
|
||||
# ports:
|
||||
# - "4005:4005"
|
||||
volumes:
|
||||
- /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:
|
||||
hydra-local:
|
||||
external: true
|
||||
Reference in New Issue
Block a user