Stop hardcoding postgres passwords #7

Closed
opened 2020-07-27 17:33:19 +01:00 by tlater · 0 comments
Owner

To communicate with other containers, the postgres image needs to set up a password.

For now, these passwords are hard-coded (see here and here). This is poor practice and needs to be changed, ideally to a string randomly generated at build time.

To communicate with other containers, the postgres image needs to set up a password. For now, these passwords are hard-coded (see [here](https://gitea.tlater.net/tlaternet/tlaternet-server/src/branch/master/etc/nixos/services/nextcloud.nix#L52) and [here](https://gitea.tlater.net/tlaternet/tlaternet-server/src/branch/master/etc/nixos/services/gitea.nix#L41)). This is poor practice and needs to be changed, ideally to a string randomly generated at build time.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tlaternet/tlaternet-server#7
No description provided.