Update paths and configurations for swarm infrastructure
- Update all volume paths from /home/doc/swarm-data to /home/doc/projects/swarm-data - Add Traefik local entrypoint on port 8443 with host mode networking - Add Adminer local route with Traefik labels - Configure Vikunja OIDC integration with Authentik - Add Outline stack configuration - Add traefik-local stack for local network routing - Update .gitignore with backup files and dynamic configs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
image: redis:alpine
|
||||
command: --save 60 1 --loglevel warning
|
||||
volumes:
|
||||
- /home/doc/swarm-data/appdata/authentik/redis:/data
|
||||
- /home/doc/projects/swarm-data/appdata/authentik/redis:/data
|
||||
ports:
|
||||
- 6379:6379
|
||||
networks:
|
||||
@@ -39,8 +39,8 @@ services:
|
||||
- auth-key
|
||||
- postgres-master
|
||||
volumes:
|
||||
- /home/doc/swarm-data/appdata/authentik/media:/media
|
||||
- /home/doc/swarm-data/appdata/authentik/templates:/templates
|
||||
- /home/doc/projects/swarm-data/appdata/authentik/media:/media
|
||||
- /home/doc/projects/swarm-data/appdata/authentik/templates:/templates
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- homelab
|
||||
@@ -85,8 +85,8 @@ services:
|
||||
- auth-key
|
||||
- postgres-master
|
||||
volumes:
|
||||
- /home/doc/swarm-data/appdata/authentik/media:/media
|
||||
- /home/doc/swarm-data/appdata/authentik/templates:/templates
|
||||
- /home/doc/projects/swarm-data/appdata/authentik/media:/media
|
||||
- /home/doc/projects/swarm-data/appdata/authentik/templates:/templates
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- homelab
|
||||
|
||||
Reference in New Issue
Block a user