calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Google Calendar Tokens Expire when restarting container #275

Open carsonbird opened 1 year ago

carsonbird commented 1 year ago

Whenever I git pull and docker compose pull to get the latest versions, my Google Calendar Tokens expire. I'm using a Google API Auth Cred thing in testing mode, so maybe that has an effect. Has anyone else figured out this issue?

krumware commented 1 year ago

Honestly, have not seen that one before and have been using the same google creds for quite some time. Maybe your database is being destroyed and that is affecting a stored credentials/tokens? You could try pulling only the calcom image with docker compose pull calcom?

carsonbird commented 1 year ago

@krumware Hmm, that's possible. I'll try it out. Nothing else is getting destroyed - all the event types and users stay there.