- Update Baikal to v0.10.1 (PostgreSQL support, PHP 8.4 compatibility) - Update Karakeep to v0.25.0 (Safari extension, PDF screenshots, bulk tag deletion) - Update Postiz to v1.48.4 (AI image generation, drag-drop uploads, enhanced platform support) All services tested and running successfully with no errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
442 B
Django/Jinja
21 lines
442 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
|
|
|
|
volumes:
|
|
config:
|
|
data:
|
|
|
|
networks:
|
|
default:
|
|
external: true
|
|
name: {{ docker.network_name }} |