feat: add sample compose file
This commit is contained in:
11
compose.yaml.sample
Normal file
11
compose.yaml.sample
Normal 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
|
||||
Reference in New Issue
Block a user