docs(README): add Quickstart

This commit is contained in:
2026-01-22 16:53:27 +01:00
parent ff9f1be595
commit 4c3b42d648

View File

@@ -2,10 +2,11 @@
Collection of docker-compose files for services I run Collection of docker-compose files for services I run
## How to start services ## Quickstart
```bash 1. `git clone https://git.luma.wtf/rosa/docker-compose.git`
docker compose -f compose/<service name>/docker-compose.yml up -d 2. `cd compose/<service>`
``` 3. `cp .env.example .env`
4. `docker compose up -d`
## Todo ## Todo
- [ ] Put all config files in `compose/` - [ ] Put all config files in `compose/`