adds new gitgnore to repo

This commit is contained in:
tim
2025-09-21 21:56:39 +02:00
parent 68e1b6d0b4
commit df694656f4
48 changed files with 219456 additions and 7 deletions

View File

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