Updating .env to use proper db creds, renaming nginx
This commit is contained in:
parent
9e20068f8c
commit
3684a81b7c
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue