GITEA: added docker compose
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
server:
|
||||
image: docker.gitea.com/gitea:1.27.0-rootless
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/var/lib/gitea
|
||||
- ./config:/etc/gitea
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2222:2222"
|
||||
Reference in New Issue
Block a user