initial commit

This commit is contained in:
2026-02-11 11:17:40 -05:00
commit 50e2363837
72 changed files with 2414 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
---
# Gitea
# Open-source Github alternative
# Gitea
# ↳ https://github.com/go-gitea/gitea
services:
gitea:
image: gitea/gitea:latest
container_name: gitea
restart: unless-stopped
networks:
- proxy
# ports:
# - 22:22
# - 3000:3000
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/gitea:/data
networks:
proxy:
external: true
# Documentation available at https://docs.gitea.com/