new services + proxy network rework
This commit is contained in:
33
Kopia/docker-compose.yaml
Executable file
33
Kopia/docker-compose.yaml
Executable file
@@ -0,0 +1,33 @@
|
||||
services:
|
||||
kopia:
|
||||
image: kopia/kopia:latest
|
||||
container_name: kopia
|
||||
restart: unless-stopped
|
||||
# ports:
|
||||
# - 51515:51515
|
||||
# Setup the server that provides the web gui
|
||||
command:
|
||||
- server
|
||||
- start
|
||||
- --insecure
|
||||
- --address=0.0.0.0:51515
|
||||
- --disable-csrf-token-checks
|
||||
- --server-username=kopia
|
||||
- --server-password=Kop495@ia23med
|
||||
environment:
|
||||
# Set repository password
|
||||
KOPIA_PASSWORD: "JyhcPWQgAshIE1"
|
||||
USER: "backup@1db80a7b6568"
|
||||
volumes:
|
||||
# Mount local folders needed by kopia
|
||||
- /zstore/Docker-volumes/Kopia:/app/config
|
||||
- /zstore/Docker-volumes/Kopia:/app/cache
|
||||
- /zstore/Docker-volumes/Kopia:/app/logs
|
||||
- /backup/kopia:/backup/kopia
|
||||
- /zstore/photos:/zstore/photos:ro
|
||||
- /zstore/Docker-volumes:/zstore/Docker-volumes:ro
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: proxy
|
||||
Reference in New Issue
Block a user