Skip to content

Commit

Permalink
chore: update to pull auth instead of gotrue
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Jan 12, 2024
1 parent e1877b2 commit 38977a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3'
services:
gotrue: # Signup enabled, autoconfirm off
image: supabase/gotrue:latest
image: supabase/auth:latest
ports:
- '9999:9999'
environment:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- db
restart: on-failure
autoconfirm: # Signup enabled, autoconfirm on
image: supabase/gotrue:latest
image: supabase/auth:latest
ports:
- '9998:9998'
environment:
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
- db
restart: on-failure
disabled: # Signup disabled
image: supabase/gotrue:latest
image: supabase/auth:latest
ports:
- '9997:9997'
environment:
Expand Down

0 comments on commit 38977a6

Please sign in to comment.