mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Making builds work on k8s backend
This commit is contained in:
parent
9ede43b0ec
commit
a52fb03602
1 changed files with 2 additions and 0 deletions
|
@ -142,10 +142,12 @@ pipeline:
|
|||
services:
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
ports: ["5432"]
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
mysql:
|
||||
image: mysql:5.6.27
|
||||
ports: ["3306"]
|
||||
environment:
|
||||
- MYSQL_DATABASE=test
|
||||
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
||||
|
|
Loading…
Reference in a new issue