bihealth / sodar-docker-compose

Setup SODAR using Docker Compose
MIT License
2 stars 3 forks source link

Add .gitignore to config/ldap, remove dummy file #51

Closed mikkonie closed 10 months ago

mikkonie commented 11 months ago

This causes problems whenever a real cert is copied into the config volume by e.g. an ansible playbook in deployment. The next time deployment fails, as the repository has been "altered".

The correct pattern is to add .gitignore for the file. No dummy is needed.

mikkonie commented 10 months ago

Done.