updated gitea config template

This commit is contained in:
kolaente 2017-11-22 21:01:18 +01:00
parent f40c60d502
commit e060c0f1bd
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ services:
- gitea-db:/var/lib/mysql - gitea-db:/var/lib/mysql
{{- end}} {{- end}}
lb: lb:
image: rancher/lb-service-haproxy:v0.6.4 image: rancher/lb-service-haproxy:v0.7.9
ports: ports:
- ${http_port}:${http_port}/tcp - ${http_port}:${http_port}/tcp
- ${ssh_port}:${ssh_port}/tcp - ${ssh_port}:${ssh_port}/tcp

View File

@ -4,7 +4,8 @@ catalog:
version: "v1.3" version: "v1.3"
description: "A painless self-hosted Git service." description: "A painless self-hosted Git service."
uuid: gitea-0 uuid: gitea-0
minimum_rancher_version: v0.51.0 minimum_rancher_version: v0.56.0
maintainer: "Konrad Langenberg <k@knt.li>"
questions: questions:
- variable: http_port - variable: http_port
description: "Public HTTP port to access Gitea's webui." description: "Public HTTP port to access Gitea's webui."