mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-26 18:16:40 +00:00
Making builds work on k8s backend
This commit is contained in:
@@ -142,10 +142,12 @@ pipeline:
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:9.6
|
||||||
|
ports: ["5432"]
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.6.27
|
image: mysql:5.6.27
|
||||||
|
ports: ["3306"]
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=test
|
- MYSQL_DATABASE=test
|
||||||
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
||||||
|
Reference in New Issue
Block a user