Add my homelab setup, converted to docker compose files
This commit is contained in:
12
gitea/docker-compose.yml
Executable file
12
gitea/docker-compose.yml
Executable file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/appdata/gitea/data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "2221:22"
|
Reference in New Issue
Block a user