4eaf5d16f399418508704117bde54f2f6ac8356a
docker-compose
Collection of docker-compose files for services I run
Quickstart
git clone https://git.luma.wtf/rosa/docker-compose.gitcd compose/<service>cp .env.example .envdocker compose up -d
Todo
- Put all config files in
compose/ - Provide example .env files
- Gitignore actual .env
- Gitignore folders and files in
volumes/ - Add README to every service describing required env variables, commands and volumes
- 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
Description
Languages
Shell
100%