thatkide / vaultwarden-traefik-letsencrypt-docker-compose

Vaultwarden with Let's Encrypt Using Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaultwarden with Let's Encrypt Using Docker Compose

πŸ“™ The complete installation guide is available on my website.

❗ Change variables in the .env to meet your requirements.

πŸ’‘ Note that the .env file should be in the same directory as vaultwarden-traefik-letsencrypt-docker-compose.yml.

Create networks for your services before deploying the configuration using the commands:

docker network create traefik-network

docker network create vaultwarden-network

Deploy Vaultwarden using Docker Compose:

docker compose -f vaultwarden-traefik-letsencrypt-docker-compose.yml -p vaultwarden up -d

Author

I’m Vladimir Mikhalev, the Docker Captain, but my friends can call me Valdemar.

🌐 My website with detailed IT guides
🎬 Follow me on YouTube
🐦 Follow me on Twitter
🎨 Follow me on Instagram
🧡 Follow me on Threads
🐘 Follow me on Mastodon
🧊 Follow me on Bluesky
🎸 Follow me on Facebook
πŸŽ₯ Follow me on TikTok
πŸ’» Follow me on LinkedIn
🐈 Follow me on GitHub

Communication

πŸ‘Ύ Chat with IT pros on Discord
πŸ“§ Reach me at ask@sre.gg

Give Thanks

πŸ’Ž Support on GitHub
πŸ† Support on Patreon
πŸ₯€ Support on BuyMeaCoffee
πŸͺ Support on Ko-fi
πŸ’– Support on PayPal

About

Vaultwarden with Let's Encrypt Using Docker Compose