mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-26 12:10:19 +00:00
Making builds work on k8s backend
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user