Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docker compose file to utilize variables for secrets #13

Merged
merged 1 commit into from
Sep 20, 2023
Merged

update docker compose file to utilize variables for secrets #13

merged 1 commit into from
Sep 20, 2023

Conversation

Security-Chief-Odo
Copy link
Contributor

This compose file uses variables from the .env so that secrets like passwords and tokens are not committed to source control inadvertently.

Copy the .env_template to a new file called .env. Edit the .env to contain the actual passwords or tokens for each variable as required. Then you can run a docker compose up in the directory with this docker-compose,yml, the .env and repo files to start up securely.

@db0 db0 merged commit 8310733 into db0:main Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants