Launching the Application Services Using Docker
Once the infrastructure and Optimization Server services have started, you can launch the microservices of your application using Docker.
To Launch the Application Services Using Docker
-
Run the following command in the
deployment/docker/app
directory.docker compose up -d
-
In the same folder, run the following command to start the workers.
docker compose -f docker-compose-workers.yml up -d
-
Once all your application microservices have finished starting, you can now open a web browser and point it to
http://localhost:8080
to get access to your application. The default credentials are summarized at the end of this page. You can monitor the progress of the microservices startup using the following command in thedeployment/docker/app
directory:docker compose logs -f