add chibisafe

main
Rin 2024-02-15 15:37:49 +11:00
parent 47295adc05
commit cf2868ec31
Signed by: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 17 additions and 0 deletions

17
safe/docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
---
version: "3.7"
services:
chibisafe:
image: chibisafe/chibisafe:latest
container_name: chibisafe
build:
context: ./
dockerfile: ./Dockerfile
volumes:
- ./database:/home/node/chibisafe/database:rw
- ./uploads:/home/node/chibisafe/uploads:rw
- ./logs:/home/node/chibisafe/logs:rw
ports:
- 24424:24424
restart: unless-stopped