23 lines
779 B
Markdown
23 lines
779 B
Markdown
# docker-compose
|
|
|
|
Collection of docker-compose files for services I run
|
|
|
|
## Quickstart
|
|
1. `git clone https://git.luma.wtf/rosa/docker-compose.git`
|
|
2. `cd docker-compose`
|
|
3. `./setup.sh`
|
|
4. `cd compose/<service>`
|
|
5. `cp .env.example .env`
|
|
6. Modify the `.env` file for your setup
|
|
7. `sudo docker compose up -d`
|
|
|
|
## Todo
|
|
- [x] Put all compose files in `compose/`
|
|
- [x] Provide example .env files
|
|
- [x] Gitignore actual .env
|
|
- [x] Gitignore folders and files in `volumes/`
|
|
- [ ] Add README to every service describing required env variables, commands and volumes
|
|
- [x] OPTIONAL: add a script that creates required dirs in `volumes/`
|
|
- [ ] OPTIONAL: add a script to backup all .env files
|
|
- [ ] OPTIONAL: add a script to backup everything
|
|
- [ ] OPTIONAL: Encrypt the backups with GPG |