Update gitea

- rename the files
- fully qualify base
- add compose build
This commit is contained in:
2026-04-13 17:10:29 +03:00
parent 6333218d66
commit 99bfb63845
3 changed files with 6 additions and 23 deletions
+27
View File
@@ -0,0 +1,27 @@
services:
gitea:
image: registry.ceamac.ro/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
build:
dockerfile: gitea.Dockerfile
context: .
#command: /bin/bash
#stdin_open: true
#tty: true
#command: /usr/bin/gitea web