diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..d80ae44 --- /dev/null +++ b/compose.yaml @@ -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