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

11 lines
214 B
YAML

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