christianlempa-boilerplates/docker-compose/postgres/.gitignore
Christoph Schug edf466c7c9 feat: use Docker secrets for password
Using environment variables for secret data like passwords is an
anti-pattern as they can easily leak. It's much safer to maintain the
data as a file. To prevent accidental commits of the password file, we
are adding a `.gitignore` file.
2024-03-06 21:33:39 +01:00

2 lines
9 B
Plaintext