pushed
zhengqunkoo/docker-taskd • 8:05 AM - Mar 21, 2021
This change stops committed Docker Compose files from leaking environment-specific or sensitive values by adding docker-compose.yml to .gitignore and renaming the tracked file to docker-compose.yml.template. Developers still get a complete starting point for local setup, but are expected to copy and customize it outside the repo. The practical effect is safer local configuration with less risk of accidentally committing secrets.