forked from FoundKeyGang/FoundKey
Fix environment variables for postgres in .woodpecker/test.yml
This commit is contained in:
parent
233c39dbad
commit
69e790ffb3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pipeline:
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
env:
|
environment:
|
||||||
- POSTGRES_DB=test-misskey
|
- POSTGRES_DB=test-misskey
|
||||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in a new issue