mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
test(postgres): always test against latest release (#6972)
* test(postgres): always test against latest * Update CONTRIBUTING.md Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> * Update internal/integration/config/docker-compose.yaml Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
|
||||
postgres:
|
||||
restart: 'always'
|
||||
image: 'postgres:15'
|
||||
image: 'postgres:latest'
|
||||
environment:
|
||||
- POSTGRES_USER=zitadel
|
||||
- PGUSER=zitadel
|
||||
|
Reference in New Issue
Block a user