[WoodpeckerCI] Add ports to services

This commit is contained in:
Philipp Holzer 2025-10-30 23:41:31 +01:00
commit 336b1e75e0
Signed by: nupplaPhil
GPG key ID: C89CC369A7A5B674

View file

@ -107,6 +107,8 @@ steps:
services:
mariadb:
image: mariadb:latest
ports:
- 3306
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_DATABASE: "test"
@ -115,6 +117,10 @@ services:
memcached:
image: memcached
ports:
- 11211
redis:
image: redis
ports:
- 6379