This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/vaultwarden/docker-compose.postgres.yml

8 lines
180 B
YAML

---
version: "3.8"
services:
vaultwarden:
environment:
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_CONTAINER_NAME}:5432/${POSTGRES_DB}