blob: 4cc82b2bbf4e06966fa0c9a4b74e1085e59b4792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# git.zue.dev
> Server configuration for my git server, powered by Docker.
## Abstract
This repository contains the necessary configuration files and instructions to set up an opinionated self-hosted git server using Docker. The server is designed to be secure, efficient, and easy to manage, allowing users to host their git repositories without relying on third-party services.
## Development
To start the development environment, run the following command:
```bash
docker compose -f docker-compose.dev.yaml up --build --remove-orphans --watch
```
|