- Update Authentik to 2025.6.4 - Update Dawarich and Karakeep to latest versions - Add Paperless-NGX backup with S3 storage - Improve GoToSocial backup configuration with better naming and retention - Add dockcheck update labels for automated container monitoring 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			476 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			476 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
services:
 | 
						|
  baikal:
 | 
						|
    image: ckulka/baikal:0.10.1-nginx
 | 
						|
    restart: unless-stopped
 | 
						|
    volumes:
 | 
						|
      - config:/var/www/baikal/config
 | 
						|
      - data:/var/www/baikal/Specific
 | 
						|
    labels:
 | 
						|
      glance.name: Baikal
 | 
						|
      glance.icon: si:protoncalendar
 | 
						|
      glance.url: https://{{ subdomains.cal }}/
 | 
						|
      glance.description: CalDav server
 | 
						|
      mag37.dockcheck.update: true
 | 
						|
volumes:
 | 
						|
  config:
 | 
						|
  data:
 | 
						|
 | 
						|
networks:
 | 
						|
  default:
 | 
						|
    external: true
 | 
						|
    name: {{ docker.network_name }} |