caddy: netbird proxy to k3s, flush_interval fixes, transport tuning

This commit is contained in:
2026-08-28 10:40:28 -05:00
parent 0cf6b66b63
commit 37cd781494
7 changed files with 69 additions and 35 deletions
+14 -16
View File
@@ -1,25 +1,23 @@
services:
gitea:
container_name: gitea
image: gitea/gitea:latest
environment:
- GITEA__service__DISABLE_REGISTRATION=true
- GITEA__repository__ALLOW_FORK_INTO_SAME_OWNER=true
- USER_UID=1000
- USER_GID=1000
volumes:
- gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
- caddy
container_name: gitea
image: gitea/gitea:latest
environment:
- GITEA__service__DISABLE_REGISTRATION=true
- GITEA__repository__ALLOW_FORK_INTO_SAME_OWNER=true
- USER_UID=1000
- USER_GID=1000
volumes:
- gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
- caddy
networks:
caddy:
name: caddy
external: true
volumes:
gitea:
name: gitea