Files
counter/scripts/prod.sh
alexandvvvvv ebf4bdeede
All checks were successful
continuous-integration/drone/push Build is passing
basic frontend (#3)
Co-authored-by: aovantsev <aovantsev@avito.ru>
Reviewed-on: #3
2025-10-03 16:25:14 +00:00

11 lines
266 B
Bash
Executable File

#!/bin/bash
# Production environment script
echo "🚀 Starting Counter app in production mode..."
# Set environment
export ENVIRONMENT=production
# Start with production configuration
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up --build -d