Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

Docker secrets

Docker secrets are a way to provide information in a more secure way than using environment variables. You are not supposed to version your secrets in git.

Expected secrets:

  • hydroweb credentials :
    • hydroweb_user.txt : contains only the username
    • hydroweb_password.txt : contains only the password