Initial commit: all siklos docker-compose files

This commit is contained in:
2026-04-29 10:42:41 -05:00
commit c07e58865d
18 changed files with 488 additions and 0 deletions
+22
View File
@@ -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+