Exposed woodpecker agent port

This commit is contained in:
Jef Roosens 2022-01-14 19:45:52 +01:00
parent 04192c1ba8
commit 92110888dc
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -31,6 +31,9 @@ services:
networks:
- default
- public
ports:
# Used for external agents to connect
- 9000:9000
db:
image: 'postgres:14.1-alpine'