Installation
Install Joidy using Docker, curl, Homebrew, or AUR.
Installation
Quick Start (Docker)
docker compose up -d
Images are pulled automatically from Docker Hub. Requires Docker + Docker Compose.
One-Line Install
curl -fsSL https://raw.githubusercontent.com/Axel-DaMage/joidy/main/scripts/install.sh | bash
Clones the repo, copies .env.example, and you're ready to configure.
Homebrew
brew tap Axel-DaMage/homebrew-tap
brew install joidy
joidy up
AUR (Arch Linux)
yay -S joidy
# or
paru -S joidy
Manual
git clone https://github.com/Axel-DaMage/joidy.git
cd joidy
cp .env.example .env
docker compose up -d
Configuration
See Configuration for environment variables.
Updating
docker compose pull
docker compose up -d
Or with Homebrew: brew upgrade joidy && joidy up
Uninstall
docker compose down -v # Removes all data!