Customize to setup a VM

This commit is contained in:
Yax 2024-12-08 19:09:45 +01:00
parent 9067e9ae35
commit 583ec495b1
40 changed files with 122 additions and 1500 deletions

View 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: