Refactor Docker Swarm stack configurations for local deployment
Updated multiple stack files to use local hostnames instead of external domains, simplified Traefik configuration, and reorganized Authentik service location. Changes improve local development setup and reduce complexity. Key changes: - Simplified .gitignore to exclude entire conf/ directory - Updated Traefik labels across services to use .swarm.home domains - Removed Cloudflare cert resolver references for local TLS - Moved Authentik from apps/ to core/ directory structure - Removed Traefik labels from n8n and paperless services - Updated Traefik stack to use simplified port bindings - Added timezone environment variable to adminer and outline 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,7 +1 @@
|
||||
conf/traefik-conf/dynamic.yml
|
||||
stacks/apps/vikunja/config.yml
|
||||
stacks/core/traefik/stack.yml.backup-20251103-150708
|
||||
stacks/core/traefik/TrustCA-Instructions.md
|
||||
.gitignore
|
||||
conf/traefik-local-conf/dynamic.yml
|
||||
conf/traefik-conf/static.yml
|
||||
conf/
|
||||
|
||||
Reference in New Issue
Block a user