diff --git a/deploy/deploy-stg.sh b/deploy/deploy-stg.sh index 2d2db44e..f83896c2 100755 --- a/deploy/deploy-stg.sh +++ b/deploy/deploy-stg.sh @@ -56,6 +56,11 @@ SMTP_PORT=1025 SMTP_USER="" SMTP_PASS="" SMTP_FROM="CMC Sales " +DB_HOST="172.17.0.1" +DB_PORT="3306" +DB_USER="cmc" +DB_PASSWORD="xVRQI&cA?7AU=hqJ!%au" +DB_NAME="cmc" ENVEOF fi diff --git a/docker-compose.stg.yml b/docker-compose.stg.yml index e92f1e9b..9cdbc2b1 100644 --- a/docker-compose.stg.yml +++ b/docker-compose.stg.yml @@ -1,6 +1,7 @@ services: nginx: image: nginx:latest + container_name: cmc-stg-nginx hostname: nginx-stg ports: - "8081:80" # Staging nginx on different port