This repository contains Docker configuration for running OASM platform.
- Docker
- Docker Compose
-
Copy the example environment file:
cp example.env .env -
Pull the latest Docker images:
docker-compose pull -
Start the services in detached mode:
docker-compose up -d
The application will be available at:
- Web Console: http://localhost:6276