prod #123
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue