commit
aeea61ac89
1 changed files with 43 additions and 0 deletions
@ -0,0 +1,43 @@ |
|||||||
|
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 |
||||||
Loading…
Reference in new issue