ci(compose): update docker compose deployment examples

This commit is contained in:
Amruth Pillai
2023-11-05 13:38:56 +01:00
parent eef91cf905
commit d113f84c7e
4 changed files with 8 additions and 10 deletions

View File

@ -40,7 +40,7 @@ export const configSchema = z.object({
REDIS_URL: z.string().url().startsWith("redis://").optional(),
// Sentry
SENTRY_DSN: z.string().url().optional(),
SENTRY_DSN: z.string().url().startsWith("https://").optional(),
// GitHub (OAuth)
GITHUB_CLIENT_ID: z.string().optional(),