This configuration creates a database and an SSL reverse proxy container for Vaultwarden.
Detailed info: Tom's IT Cafe article on https://tomsitcafe.com
- Podman
- Internet connection
- A domain name
- Cert and Key (for the domain)
- Coffee
MYSQL_ROOT_PASSWORD=<root pw>
MYSQL_PASSWORD=<user pw>
MYSQL_DATABASE=<db>
MYSQL_USER=<user>
DATABASE_URL=mysql://<user>:<user pw>@vw_database/<db>
Place the certificate and key file in the certs
folder of the project directory.
Start the services:
podman-compose up -d
Tamas Molnar - tmolnar0831@gmail.com - https://tomsitcafe.com