Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 5a90fff

Browse files
authored
feat: pin version
1 parent 38977a6 commit 5a90fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3'
33
services:
44
gotrue: # Signup enabled, autoconfirm off
5-
image: supabase/auth:latest
5+
image: supabase/auth:v2.132.3
66
ports:
77
- '9999:9999'
88
environment:
@@ -42,7 +42,7 @@ services:
4242
- db
4343
restart: on-failure
4444
autoconfirm: # Signup enabled, autoconfirm on
45-
image: supabase/auth:latest
45+
image: supabase/auth:v2.132.3
4646
ports:
4747
- '9998:9998'
4848
environment:
@@ -71,7 +71,7 @@ services:
7171
- db
7272
restart: on-failure
7373
disabled: # Signup disabled
74-
image: supabase/auth:latest
74+
image: supabase/auth:v2.132.3
7575
ports:
7676
- '9997:9997'
7777
environment:

0 commit comments

Comments
 (0)