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
This commit is contained in:
Aarushi
2024-09-18 16:39:15 +01:00
committed by GitHub
parent a3959712dc
commit 00f2b134cb

View File

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