A comprehensive, self-hosted DevOps platform designed to manage your entire software development lifecycle. It combines a Git server with powerful CI/CD, issue tracking, and package management into a single, integrated system. The platform is built to be both powerful and simple, providing an intuitive experience without sacrificing advanced functionality.
Key capabilities include:
services:
onedev:
image: 1dev/server:latest
container_name: onedev
ports:
- "6610:6610"
- "6611:6611"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/opt/onedev
restart: unless-stopped# OneDev does not require sensitive environment variables for the default quickstart.
# Initial setup (admin user, password, database configuration) is handled via the web interface on first access at http://localhost:6610Auto-fetched 13 minutes ago
Auto-fetched 13 minutes ago