Deployment

<< Click to Display Table of Contents >>

Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide 

Deployment

Start Raynet One

From the repository directory, start all services in detached mode:

 

docker compose up -d

 

 

papercliper

Note:
Ensure the .env file is present and populated before starting the stack.

 

 

Verify Container Status

Check the status of all containers:

 

docker compose ps

 

Expected result: All core services are Up (and healthy if healthchecks are defined).

 

Initial Validation Checklist

Validate that the platform is reachable and functioning:

 

https://<DOMAIN_NAME> loads the Raynet One UI

Keycloak endpoint is reachable

Backend API responds

DataHub endpoint is reachable

No recurring errors in logs for critical services: nginx-proxy, server-backend, keycloak, server-scheduler

 

Log Review

Check logs for the most critical components first:

 

docker compose logs -f nginx-proxy

 

Repeat as needed for:

docker compose logs -f server-backend

docker compose logs -f keycloak

docker compose logs -f server-scheduler