Initial commit

First container (for gitea)
This commit is contained in:
2026-01-23 21:02:54 +02:00
commit 5c42d9f22a
12 changed files with 386 additions and 0 deletions

24
compose-gitea.yaml Normal file
View File

@@ -0,0 +1,24 @@
services:
gitea:
image: gentoo-gitea
restart: always
#user: 196:196
userns: nomap
ports:
- "127.0.0.1:3000:3000/tcp"
- "127.0.0.1:32799:32799/tcp"
volumes:
- type: bind
source: /etc/gitea
target: /etc/gitea
read_only: false
- type: bind
source: /var/lib/gitea
target: /var/lib/gitea
read_only: false
#command: /bin/bash
#stdin_open: true
#tty: true
#command: /usr/bin/gitea web