Added gitea service
This commit is contained in:
@@ -49,5 +49,15 @@ services:
|
||||
ports:
|
||||
- "8090:8090"
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: alex-gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
ports:
|
||||
- "3000:3000" # Web UI
|
||||
- "222:2222" # SSH access
|
||||
restart: always
|
||||
Reference in New Issue
Block a user