feat: add gotrue image to docker compose
This commit is contained in:
parent
1c02b3d03f
commit
4bb38f7a60
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue