second commit
This commit is contained in:
parent
67d2751a90
commit
d2d0196309
|
|
@ -11,6 +11,7 @@ services:
|
||||||
- GITEA__server__ROOT_URL=https://git.kotori-waifu
|
- GITEA__server__ROOT_URL=https://git.kotori-waifu
|
||||||
- GITEA__server__SSH_PORT=2222
|
- GITEA__server__SSH_PORT=2222
|
||||||
- GITEA__server__LFS_START_SERVER=true
|
- GITEA__server__LFS_START_SERVER=true
|
||||||
|
- GITEA__actions__ENABLED=true
|
||||||
volumes:
|
volumes:
|
||||||
# Absolute paths enforcing state segregation
|
# Absolute paths enforcing state segregation
|
||||||
- /opt/homelab/data/gitea_data:/var/lib/gitea
|
- /opt/homelab/data/gitea_data:/var/lib/gitea
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,50 @@
|
||||||
|
log:
|
||||||
|
level: info
|
||||||
|
|
||||||
|
runner:
|
||||||
|
file: .runner
|
||||||
|
capacity: 1
|
||||||
|
timeout: 3h
|
||||||
|
shutdown_timeout: 0s
|
||||||
|
insecure: false
|
||||||
|
fetch_timeout: 5s
|
||||||
|
fetch_interval: 2s
|
||||||
|
fetch_interval_max: 5s
|
||||||
|
log_report_interval: 5s
|
||||||
|
log_report_max_latency: 3s
|
||||||
|
log_report_batch_size: 100
|
||||||
|
state_report_interval: 5s
|
||||||
|
github_mirror: ''
|
||||||
|
labels:
|
||||||
|
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
||||||
|
- "ubuntu-24.04:docker://docker.gitea.com/runner-images:ubuntu-24.04"
|
||||||
|
- "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
dir: ""
|
||||||
|
host: ""
|
||||||
|
port: 0
|
||||||
|
external_server: ""
|
||||||
|
external_secret: ""
|
||||||
|
|
||||||
|
container:
|
||||||
|
network: "proxy_net"
|
||||||
|
privileged: false
|
||||||
|
options:
|
||||||
|
workdir_parent:
|
||||||
|
valid_volumes:
|
||||||
|
- '**'
|
||||||
|
docker_host: ""
|
||||||
|
force_pull: true
|
||||||
|
force_rebuild: false
|
||||||
|
require_docker: false
|
||||||
|
docker_timeout: 0s
|
||||||
|
bind_workdir: false
|
||||||
|
|
||||||
|
host:
|
||||||
|
workdir_parent:
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
enabled: false
|
||||||
|
addr: "127.0.0.1:9101"
|
||||||
Loading…
Reference in New Issue