feat: remove DbProvider env variable and calculate it dynamically (#1114)

This commit is contained in:
Kyle Mendell
2025-11-27 14:38:06 -06:00
committed by GitHub
parent 39c1f93756
commit e06538a101
3 changed files with 26 additions and 63 deletions

View File

@@ -21,7 +21,6 @@ services:
service: pocket-id
environment:
- APP_ENV=test
- DB_PROVIDER=postgres
- DB_CONNECTION_STRING=postgres://postgres:postgres@postgres:5432/pocket-id
- FILE_BACKEND=${FILE_BACKEND}
depends_on: