docker compose
Last updated
Last updated
Docker Compose uses environment variables to customize container configurations. These variables can be defined in multiple ways to support different deployment scenarios.
The file is a key-value file placed in the same directory as your . It contains environment variables that will be loaded by Docker Compose.
The following environment variables are required:
ENV
: the env of the project (dev / prod)
DATABASE_NAME
: The name of the database
SSO_SECRET
: Secret to generate and sign JWT Secrets
GOOGLE_APPLICATION_CREDENTIALS
: The path of the google JSON credentials to use Firebase (for notifications)
FIREBASE_PROJECT_ID
: The project ID of the Firebase Project