Files
root 99bfb63845 Update gitea
- rename the files
- fully qualify base
- add compose build
2026-04-13 17:10:29 +03:00

28 lines
577 B
YAML

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