feat: update gotrue revision
This commit is contained in:
parent
3f96c6a1f3
commit
d0b1c903f3
|
|
@ -52,7 +52,9 @@ services:
|
|||
|
||||
gotrue:
|
||||
restart: on-failure
|
||||
image: supabase/gotrue:v2.117.0
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/gotrue.Dockerfile
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
|
|
@ -90,5 +92,6 @@ services:
|
|||
# Prometheus Metrics
|
||||
- GOTRUE_METRICS_ENABLED=true
|
||||
- GOTRUE_METRICS_EXPORTER=prometheus
|
||||
- GOTRUE_EXTERNAL_SAML_ENABLED=true
|
||||
ports:
|
||||
- 9998:9999
|
||||
|
|
|
|||
|
|
@ -93,7 +93,9 @@ services:
|
|||
|
||||
gotrue:
|
||||
restart: on-failure
|
||||
image: supabase/gotrue:v2.117.0
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/gotrue.Dockerfile
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
|
|
@ -134,6 +136,7 @@ services:
|
|||
# Prometheus Metrics
|
||||
- GOTRUE_METRICS_ENABLED=true
|
||||
- GOTRUE_METRICS_EXPORTER=prometheus
|
||||
- GOTRUE_EXTERNAL_SAML_ENABLED=true
|
||||
ports:
|
||||
- 9998:9999
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ FROM golang
|
|||
WORKDIR /go/src/supabase
|
||||
RUN git clone https://github.com/supabase/gotrue.git
|
||||
WORKDIR /go/src/supabase/gotrue
|
||||
RUN git checkout v2.99.0 && go install
|
||||
RUN git e67a10c1 && go install
|
||||
CMD ["gotrue"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue