OVHserver/opt/01-security/authentik/docker-compose.yml.proxy-addition
SamoilenkoVadym a987d45fbc chore: initial infrastructure setup with Syncthing, Git and documentation
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>
2025-11-05 16:41:12 +00:00

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