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
Raw Permalink Normal View History

2022-12-31 14:35:36 +01:00
---
version: "3.8"
services:
vaultwarden:
depends_on:
- postgres
2022-12-31 14:35:36 +01:00
environment:
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_CONTAINER_NAME}:5432/${POSTGRES_DB}