Updating .env to use proper db creds, renaming nginx

This commit is contained in:
Finley Ghosh 2025-07-29 22:35:45 +10:00
parent 9e20068f8c
commit 3684a81b7c
2 changed files with 6 additions and 0 deletions

View file

@ -56,6 +56,11 @@ SMTP_PORT=1025
SMTP_USER="" SMTP_USER=""
SMTP_PASS="" SMTP_PASS=""
SMTP_FROM="CMC Sales <sales@cmctechnologies.com.au>" 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 ENVEOF
fi fi

View file

@ -1,6 +1,7 @@
services: services:
nginx: nginx:
image: nginx:latest image: nginx:latest
container_name: cmc-stg-nginx
hostname: nginx-stg hostname: nginx-stg
ports: ports:
- "8081:80" # Staging nginx on different port - "8081:80" # Staging nginx on different port