This commit is contained in:
criz 2025-08-31 15:38:25 +02:00
parent 9af19f2bd8
commit e329059e57
2 changed files with 31 additions and 25 deletions

View file

@ -1,20 +0,0 @@
services:
gitea:
image: docker.gitea.com/gitea:1.24.5
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2221:22"
labels:
tsdproxy.enable: "true"
tsdproxy.name: "git"
tsdproxy.container_port: 3000
tsdproxy.funnel: "true"