| Service | Image | Purpose |
|---|---|---|
postgres | postgres:17 | The database. Not published to the host. |
api | ghcr.io/reloopcrm/reloop-api | Auth, data, mailbox sync. Applies database migrations on every start. |
app | ghcr.io/reloopcrm/reloop-app | The web app, on 127.0.0.1:3000. |
agent | ghcr.io/reloopcrm/reloop-agent | The AI agent. |
caddy | caddy:2 | HTTPS. Runs only with the caddy profile. |
updater | containrrr/watchtower:1.7.1 | The Update button in Settings. Runs only with the updater profile. |
The browser only talks to the app. The app forwards /api/* to the API inside the Docker network.