Deployment
You have two options for deploying services.
Deploy all services with a single script that handles image pulls, startup ordering, health checks, and logging automatically. Use this unless you specifically need direct Docker Compose control.
Method 1 - deploy.sh - (recommended)
Deploy manually by authenticating the registry, creating the shared Docker network, and running docker-compose yourself. Use this only if you need custom orchestration, staged rollouts, or finer-grained control than the script provides.
Last updated