begin gitea

This commit is contained in:
2025-09-26 01:56:27 +02:00
parent aca4db7af6
commit 1f7bbaa96b

14
gitea/core/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
server:
image: docker.gitea.com/gitea:1.24.6
restart: always
environment:
- USER_UID=1000
- USER_GID=1000
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "50005:3000"
- "22:2222"