mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
commit
de8b00695c
2 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue