Add compose.yaml

This commit is contained in:
2026-05-26 12:00:25 +02:00
parent 029eda8243
commit c8decec286
+15
View File
@@ -0,0 +1,15 @@
services:
databasus:
container_name: databasus
network:
- hydra-local
image: databasus/databasus:latest
# ports:
# - "4005:4005"
volumes:
- /opt/99_backup/databasus-data:/databasus-data
restart: unless-stopped
networks:
hydra-local:
external: true