Skip to content

🏗️ New Service: gitea #245

@norcalcharlotte

Description

@norcalcharlotte

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

https://about.gitea.com/

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

Metadata

Metadata

Assignees

Labels

new servicerequest to add a new service

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions