readme
This commit is contained in:
commit
a64e32ffe0
14 changed files with 339 additions and 0 deletions
20
Gitea/compose.yml
Normal file
20
Gitea/compose.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
services:
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:1.24.5
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: always
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2221:22"
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "git"
|
||||
tsdproxy.container_port: 3000
|
||||
tsdproxy.funnel: "true"
|
Loading…
Add table
Add a link
Reference in a new issue