Customize to setup a VM
This commit is contained in:
parent
9067e9ae35
commit
583ec495b1
40 changed files with 122 additions and 1500 deletions
17
04-gitea/docker-compose.gitea.yml
Normal file
17
04-gitea/docker-compose.gitea.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.17.2-rootless
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- gitea_data:/var/lib/gitea
|
||||
- gitea_config:/etc/gitea
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "8014:3000"
|
||||
|
||||
volumes:
|
||||
gitea_data:
|
||||
gitea_config:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue