[CI service] try a hopefully smaller image for postgres service
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
e60522f364
commit
831b86024c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ steps:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
image: postgres:17
|
image: postgres:17-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: teilchensammler
|
POSTGRES_PASSWORD: teilchensammler
|
||||||
POSTGRES_DB: teilchensammler_test
|
POSTGRES_DB: teilchensammler_test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue