feat: add gotrue image to docker compose

This commit is contained in:
Fu Zi Xiang 2023-12-27 05:46:34 +08:00
parent 1c02b3d03f
commit 4bb38f7a60
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ services:
build: build:
context: . context: .
dockerfile: docker/gotrue.Dockerfile dockerfile: docker/gotrue.Dockerfile
image: appflowyinc/gotrue:${GOTRUE_VERSION:-latest}
depends_on: depends_on:
- postgres - postgres
environment: environment: