99bfb63845
- rename the files - fully qualify base - add compose build
28 lines
577 B
YAML
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
|