• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: December 12th, 2023

help-circle
  • I have a repo for the infra files (compose files and terraform files just for playing). I store the docs in the same repo in MD files. As for the secrets, I’m using docker swarm, so I can store the needed passwords there. otherwise Vaulwarden is my go to, <ad> self hosted, lightweight password manager, compatible with bitwarden clients </ad> I’m a little paranoid if the note-service got db corruptions, I might loose too much info, so git is the way (personal opinion).

    edit: add the related MD file next to the compose file, one folder per service, the source and the doc will be coupled in one place.