Maintain

Day-to-day operation of a running EVERJUST deployment.

Logs

Follow the application and database logs through Docker Compose:

docker compose logs -f app
docker compose logs -f db

Health

The control plane exposes a health endpoint you can point a monitor at. A simple uptime check on your base domain and a workspace subdomain catches most outages.

Restart and update services

docker compose restart app          # restart the application
docker compose up -d --build         # rebuild and restart after a code change

Module updates across workspaces

When you ship changes that touch installed apps, each workspace database needs those apps updated. Run the update per database, and take a backup first. See Upgrade.

Housekeeping

  • Watch disk usage — databases and file attachments grow.
  • Rotate logs.
  • Keep the host's OS and Docker patched.

Need a hand with this? company@everjust.co — a human answers.