services: kopia: image: kopia/kopia:latest hostname: Hostname container_name: Kopia restart: unless-stopped ports: - 51515:51515 # Setup the server that provides the web gui command: - server - start - --disable-csrf-token-checks - --insecure - --address=0.0.0.0:51515 - --server-username=Soenke - --server-password=Diavid9600 environment: # Set repository password KOPIA_PASSWORD: "Diavid9600!9600" USER: "Soenke" volumes: # Mount local folders needed by kopia - /home/soenke/docker-data/kopia/config:/app/config - /home/soenke/docker-data/kopia/cache:/app/cache - /home/soenke/docker-data/kopia/logs:/app/logs # Mount local folders to snapshot - /home/soenke/docker-data/kopia/data:/data:ro # Mount repository location - /home/soenke/docker-data/kopia/repository:/repository # Mount path for browsing mounted snaphots - /home/soenke/docker-data/kopia/tmp:/tmp:shared labels: kuma.tools.tag.name: 'Tools' kuma.tools.tag.color: '#FF9900' kuma.homelab.tag.name: 'Homelab' kuma.homelab.tag.color: '#FF9955' kuma.organization.tag.name: 'Organization' kuma.organization.tag.color: '#FF99AA' kuma.kopia.http.name: 'kopia' kuma.kopia.http.url: 'https://kopia.domr.ovh/' kuma.kopia.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'