1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00

Merge pull request #14 from YunoHost-Apps/fix-grpc

add grpc port
This commit is contained in:
OniriCorpe 2024-01-28 02:15:28 +01:00 committed by GitHub
commit de8b00695c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 19 deletions

View file

@ -41,7 +41,7 @@ WOODPECKER_SERVER_ADDR=:__PORT__
# Configures the gRPC listener port.
# Default: :9000
#WOODPECKER_GRPC_ADDR=
WOODPECKER_GRPC_ADDR=:__PORT_GRPC__
# Comma-separated list of admin accounts.
# Default: empty

View file

@ -102,10 +102,11 @@ ram.runtime = "200M"
[resources.ports]
main.default = 8000
grpc.default = 9000
[resources.apt]
packages = [
"postgresql"
]
packages = [ "postgresql" ]
[resources.database]
type = "postgresql"