feat: add gittea

This commit is contained in:
2025-12-15 21:54:33 +00:00
parent 47416e7a82
commit d7c0c535e1

View File

@@ -0,0 +1,23 @@
version: "3"
networks:
gitea:
external: false
services:
server:
image: docker.gitea.com/gitea:1.25.2
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- gitea
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "222:22"