Add compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user