1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 11:36:46 +00:00

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 Elias Schneider
parent 3420a00073
commit ba2f0f18f4
3 changed files with 43 additions and 76 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: