-
Notifications
You must be signed in to change notification settings - Fork 78
🏗️ New Service: gitea #245
Copy link
Copy link
Open
Labels
new servicerequest to add a new servicerequest to add a new service
Description
Service Description
I would like to see an implementation of Gitea, a selfhosted git forge.
Docker Compose File Link
https://docs.gitea.com/installation/install-with-docker
Docker Compose Configuration
version: "3"
networks:
gitea:
external: false
services:
server:
image: docker.gitea.com/gitea:1.25.5
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
networks:
- gitea
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "222:22"Website of Service
Would you be willing to work on this service?
- Yes, I'd like to implement this feature
- I could help with parts of this feature
- No, I'm just suggesting the feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new servicerequest to add a new servicerequest to add a new service