add env files
This commit is contained in:
10
scripts/staging.sh
Executable file
10
scripts/staging.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Staging environment script
|
||||
|
||||
echo "🚀 Starting Counter app in staging mode..."
|
||||
|
||||
# Set environment
|
||||
export ENVIRONMENT=staging
|
||||
|
||||
# Start with staging configuration
|
||||
docker-compose -f docker-compose.yml -f docker-compose.staging.yml up --build -d
|
||||
Reference in New Issue
Block a user