Production Deployment with Docker Compose
This example shows how to deploy a stack using DSO for secret management.
Prerequisites
- DSO installed via
install.sh - A configured
/etc/dso/dso.yaml
Steps
- Verify the Agent is running
sudo systemctl status dso-agent - Deploy the stack via docker-dso plugin
docker dso up -d - Verify injection
docker compose exec web env | grep DB_PASSWORD