Added gitea
This commit is contained in:
25
gitea/gitea.compose
Normal file
25
gitea/gitea.compose
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
server:
|
||||||
|
image: gitea/gitea:1.13.7
|
||||||
|
container_name: gitea
|
||||||
|
environment:
|
||||||
|
- USER_UID=1000
|
||||||
|
- USER_GID=1000
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- gitea
|
||||||
|
volumes:
|
||||||
|
- /srv/gitea:/data
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
ports:
|
||||||
|
- "3300:3000"
|
||||||
|
- "3322:22"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
gitea:
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.20.30.0/24
|
||||||
Reference in New Issue
Block a user