Files
containers/compose-gitea.yaml
Viorel 2f14c01c40 Use full image name
Uploaded the image to a private registry.
2026-01-25 14:21:23 +02:00

25 lines
513 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
#command: /bin/bash
#stdin_open: true
#tty: true
#command: /usr/bin/gitea web