You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
844 B
43 lines
844 B
app = "git-jchw-io"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
processes = []
|
|
|
|
[build]
|
|
image = "gitea/gitea:latest"
|
|
|
|
[env]
|
|
GITEA__database__DB_TYPE="sqlite3"
|
|
GITEA__database__PATH="/data/gitea/gitea.db"
|
|
GITEA__server__DOMAIN="git.jchw.io"
|
|
GITEA__server__SSH_DOMAIN="git.jchw.io"
|
|
GITEA__server__ROOT_URL="https://git.jchw.io"
|
|
GITEA__security__INSTALL_LOCK="true"
|
|
GITEA__service__DISABLE_REGISTRATION="true"
|
|
|
|
[experimental]
|
|
allowed_public_ports = []
|
|
auto_rollback = true
|
|
|
|
[[mounts]]
|
|
destination = "/data"
|
|
source = "gitea_data"
|
|
|
|
[[services]]
|
|
internal_port = 22
|
|
protocol = "tcp"
|
|
[[services.ports]]
|
|
port = 22
|
|
|
|
[[services]]
|
|
internal_port = 3000
|
|
protocol = "tcp"
|
|
|
|
[[services.ports]]
|
|
handlers = ["http"]
|
|
force_https = true
|
|
port = 80
|
|
|
|
[[services.ports]]
|
|
handlers = ["tls", "http"]
|
|
port = 443
|
|
|