tweak(rnd): add env var to docker compose so no messing with .env (#8091)

add env var to docker compose so no messing with .env
pull/8095/head
Aarushi 2024-09-18 16:39:15 +01:00 committed by GitHub
parent a3959712dc
commit 00f2b134cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ services:
extends:
file: ./supabase/docker/docker-compose.yml
service: auth
environment:
GOTRUE_MAILER_AUTOCONFIRM: true
rest:
<<: *supabase-services