kybe-backend (https://kybe.xyz)
Download the docker-compose.yml
curl https://raw.githubusercontent.com/2kybe3/kybe-backend/refs/heads/main/docker-compose.yml
Start the application
docker compose up -d
Edit the configuration
vim backend/config.toml
Restart the application
docker compose up -d --force-recreate