prod #123

Merged
finley merged 122 commits from prod into master 2025-11-22 17:52:40 -08:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 3684a81b7c - Show all commits

View file

@ -56,6 +56,11 @@ SMTP_PORT=1025
SMTP_USER=""
SMTP_PASS=""
SMTP_FROM="CMC Sales <sales@cmctechnologies.com.au>"
DB_HOST="172.17.0.1"
DB_PORT="3306"
DB_USER="cmc"
DB_PASSWORD="xVRQI&cA?7AU=hqJ!%au"
DB_NAME="cmc"
ENVEOF
fi

View file

@ -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