2026-01-24 16:49:20 +01:00
2026-01-24 16:49:20 +01:00
2026-01-22 16:51:59 +01:00
2026-01-22 11:16:16 +01:00
2026-01-22 16:53:27 +01:00

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 compose/<service>
  3. cp .env.example .env
  4. docker 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
Collection of docker-compose files for services I run
Readme MIT 96 KiB
Languages
Shell 100%