Initial commit: all siklos docker-compose files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
kopia:
|
||||
image: kopia/kopia:latest
|
||||
container_name: kopia
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "51515:51515"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./cache:/app/cache
|
||||
- /mnt/nextcloud:/data:ro
|
||||
environment:
|
||||
- KOPIA_PASSWORD=kopia123
|
||||
command:
|
||||
- server
|
||||
- start
|
||||
- --address=0.0.0.0:51515
|
||||
- --insecure
|
||||
- --ui
|
||||
- --server-username=admin
|
||||
- --server-password=Jogiocsi1211+
|
||||
Reference in New Issue
Block a user