Removed services: - docker-mailserver (Postfix + Dovecot) - SnappyMail webmail - Vaultwarden password manager Removed infrastructure: - certbot + Cloudflare DNS-01 TLS for mx.csrx.ru - UFW rules for ports 25/587/993/465 - mail-internal and webmail-internal Docker networks - SMTP config from Outline env - vault, mail Traefik routes - All related vault secrets and variables Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
233 B
YAML
6 lines
233 B
YAML
---
|
|
tools_root: /opt/tools
|
|
outline_image: "outlinewiki/outline:0.80.2"
|
|
outline_db_image: "postgres:15-alpine"
|
|
outline_redis_image: "redis:7-alpine"
|
|
n8n_image: "n8nio/n8n:1.89.2" # https://hub.docker.com/r/n8nio/n8n/tags
|