feat: add sample compose file

This commit is contained in:
2025-11-05 14:55:43 +01:00
parent 656d4f1e93
commit c5326426a5

11
compose.yaml.sample Normal file
View File

@@ -0,0 +1,11 @@
services:
ddbb:
image: ramiuslr/ddbb:latest
container_name: ddbb
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./config.yaml:/app/config.yaml
- ./backup:/backup
ports:
- 12345:12345