mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-30 05:25:48 +02:00
Exposed woodpecker agent port
This commit is contained in:
parent
04192c1ba8
commit
92110888dc
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- public
|
- public
|
||||||
|
ports:
|
||||||
|
# Used for external agents to connect
|
||||||
|
- 9000:9000
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: 'postgres:14.1-alpine'
|
image: 'postgres:14.1-alpine'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue