add chibisafe
parent
47295adc05
commit
cf2868ec31
|
@ -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
|
Loading…
Reference in New Issue