Traefik v3.6 + Vaultwarden 1.35.0 (Perfect Config) #6668
KowzeyIndustries
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'd like to share my configuration for Traefik v3.6 working with Vaultwarden 1.35.0.
Note
I am currently using Vaultwarden 1.35.0 as I encountered some issues with organization creation in 1.35.1. This setup is specifically tailored for those using Cloudflare as a DNS provider.
Key Features
linuxserver/socket-proxyto avoid exposing/var/run/docker.sockdirectly to Traefik.File Structure
/opt/docker/
├── .env
├── traefik-vaultwarden.yml
└── traefik/
├── config.yml
├── traefik.yml
└── acme.json
Configuration Files
1. Environment Variables (
.env)Replace the placeholders with your actual data.
2. Docker Compose (
traefik-vaultwarden.yml)3. Traefik Dynamic Config (
config.yml)4. Traefik Static Config (
traefik.yml)Deployment Steps
@to your server's IP. (Proxied: Yes)*to@. (Proxied: Yes)cd /opt/docker/ docker compose -f traefik-vaultwarden.yml up -dIf you have any possible improvements that I haven't already considered, please feel free to share them; I will update accordingly.
Beta Was this translation helpful? Give feedback.
All reactions