Closed vpavlin closed 10 months ago
In that case let's do this instead of the 3 exports as currently recommended approach is
Using .env
is a "standard", exporting secrets in env vars is promoting bad practices:)
I am happy to remove the exports and leave just the .env - WDYT @alrevuelta ?
@alrevuelta updated the README
@vpavlin Already approved, can we merge this?
This PR adds support for
.env
for registration and running docker-composeIt also removes the PG port exposure (let me know if I should submit it as a separate PR)
It also tweaks the shell scripts a bit, but there should be no change in behaviour