cal/compose.google.yml

17 lines
409 B
YAML

---
# Google calendar, see
# https://github.com/calcom/cal.com#obtaining-the-google-api-credentials
version: "3.8"
services:
app:
environment:
- GOOGLE_API_CREDENTIALS_FILE=/run/secrets/google_api_credentials
secrets:
- google_api_credentials
secrets:
google_api_credentials:
external: true
name: ${STACK_NAME}_google_api_credentials_${SECRET_GOOGLE_API_CREDENTIALS_VERSION}