add gitea yaml

This commit is contained in:
Tobias Nauen
2026-02-24 10:58:02 +01:00
parent 7dd0a34a80
commit 9f012ffdeb

19
gitea.yaml Normal file
View File

@@ -0,0 +1,19 @@
version: "3"
networks:
frontend:
external: true
services:
server:
image: docker.gitea.com/gitea:latest
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- frontend
volumes:
- /hdd/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro