Update gitea
- rename the files - fully qualify base - add compose build
This commit is contained in:
+27
@@ -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
|
||||
Reference in New Issue
Block a user