forked from friendica/friendica-addons
[WoodpeckerCI] Add ports to services
This commit is contained in:
parent
6a342088a5
commit
336b1e75e0
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue