Skip to content

Commit

Permalink
feat: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Jan 12, 2024
1 parent 38977a6 commit 5a90fff
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/auth:latest
image: supabase/auth:v2.132.3
ports:
- '9999:9999'
environment:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- db
restart: on-failure
autoconfirm: # Signup enabled, autoconfirm on
image: supabase/auth:latest
image: supabase/auth:v2.132.3
ports:
- '9998:9998'
environment:
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
- db
restart: on-failure
disabled: # Signup disabled
image: supabase/auth:latest
image: supabase/auth:v2.132.3
ports:
- '9997:9997'
environment:
Expand Down

0 comments on commit 5a90fff

Please sign in to comment.