mtlynch / whatgotdone

A tool for sharing weekly task updates with teammates.
https://whatgotdone.com
Apache License 2.0
143 stars 14 forks source link

Make GCP creds optional for docker-compose #863

Closed mtlynch closed 1 year ago

mtlynch commented 1 year ago

docker-compose unintentionally had a dependency on the existence of GCP service account secrets, which are actually optional. This fixes docker-compose so that it can run even if GCP service account credentials are not present on the filesystem.