init
This commit is contained in:
15
gitea/compose.yaml
Normal file
15
gitea/compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:1.25.5-rootless
|
||||
restart: always
|
||||
userns_mode: "keep-id"
|
||||
user: "${UID}:${GID}"
|
||||
volumes:
|
||||
- ./data:/var/lib/gitea:Z,U
|
||||
- ./config:/etc/gitea:Z,U
|
||||
networks:
|
||||
- eryfel-net
|
||||
|
||||
networks:
|
||||
eryfel-net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user