mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Support env-based DB and S3 credentials #336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arsalanses on 12/24/2025
Hi,
It would be very helpful if Postgresus could read PostgreSQL and S3 credentials from environment variables when using Docker Compose.
This would make deployments more secure and easier to automate (CI/CD, servers, etc.), instead of hard-coding credentials in the UI.
Suggested env vars:
Example:
Thanks!