feat: add gotrue image to docker compose
This commit is contained in:
parent
1c02b3d03f
commit
4bb38f7a60
|
|
@ -55,6 +55,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: docker/gotrue.Dockerfile
|
||||
image: appflowyinc/gotrue:${GOTRUE_VERSION:-latest}
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue