GITEA: added docker compose

This commit is contained in:
2026-07-22 11:06:43 +00:00
parent 11a0230b8f
commit 1c1d19d534
+12
View File
@@ -0,0 +1,12 @@
services:
server:
image: docker.gitea.com/gitea:1.27.0-rootless
restart: always
volumes:
- ./data:/var/lib/gitea
- ./config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2222:2222"