OneDev

All-In-One DevOps Platform. With Git Management, Issue Tracking, and CI/CD. Simple yet Powerful.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  server:
    image: 1dev/server
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - $(pwd)/onedev:/opt/onedev
    ports:
      - 6610:6610
      - 6611:6611
    restart: unless-stopped

Resources

Website: https://onedev.io/

GitHub: https://github.com/theonedev/onedev

Docker Hub: https://hub.docker.com/r/1dev/server

Configuration: https://docs.onedev.io/