Set up three-tier synchronization: Syncthing (real-time), GitHub (version control), rsync (disaster recovery). Includes complete documentation for future Claude sessions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
341 B
Text
13 lines
341 B
Text
|
|
proxy:
|
|
image: ghcr.io/goauthentik/proxy:2025.8
|
|
container_name: authentik-proxy
|
|
restart: unless-stopped
|
|
environment:
|
|
AUTHENTIK_HOST: https://auth.ai-impress.com
|
|
AUTHENTIK_INSECURE: "false"
|
|
AUTHENTIK_TOKEN: "placeholder-will-be-replaced"
|
|
networks:
|
|
- traefik-public
|
|
depends_on:
|
|
- server
|