Closed SchaeStewart closed 5 years ago
@SchaeStewart I'll do this for you guys real quick! :)
Awesome thanks!
If you have questions ping me on slack
Schaffer
On Thu, Feb 14, 2019, 1:34 PM Priyanka Ravi <notifications@github.com wrote:
@SchaeStewart https://github.com/SchaeStewart I'll do this for you guys real quick! :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/codeforgso/GoVote/issues/126#issuecomment-463739834, or mute the thread https://github.com/notifications/unsubscribe-auth/AI9jTMJdkdI4J2cLmzNrDUZG0bDbDBY0ks5vNaxLgaJpZM4agP6q .
This is a:
Enhancement
Description
Move the environment variables in the
docker-compose.yml
file to a .env file.See docker-compose env docs: https://docs.docker.com/compose/environment-variables/
Implementation
docker-compose.yml
file.sample.env
file that has the same keys as the.env
file. Check this into the repo..env
to.gitignore
sample.env
to.env
.