-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
35 lines (33 loc) · 1.5 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: '2.0'
services:
mongo:
image: mongo:latest
restart: always
gesdreg:
container_name: gesdregApp
hostname: gesdreg.app
restart: always
image: gesdregofficial:latest
ports:
- 83:3000
links:
- mongo
environment:
APP: gesdreg
ROOT_URL: http://gesdreg.app
MONGO_URL: mongodb://mongo:27017/meteor
# MONGO_OPLOG_URL: mongodb://USERNAME:PASSWORD@mongo:27017/local
#MAIL_URL: smtp://thibaut.zehi:ZjjTEnt%[email protected]:25/
NODE_ENV: production
PORT: 3000
SENDERMAIL: '[email protected]'
SENDERPASS: 'ZjjTEnt@1988'
SMSONOFF: 'YES'
SMTP_HOST: 10.10.4.15
SMTP_PORT: 25
#CCMAIL: "[email protected],[email protected]"
#BCCMAIL: ""
METEOR_SETTINGS: '{"DBSQLSERVER_HOST":"10.8.3.29", "DBSQLSERVER_PORT":"57055", "DBSQLSERVER_USER":"reportvie", "DBSQLSERVER_PASSWORD":"reportvie","DBSQLSERVER_DATABASE":"SUN_COTEDIVOIRE","ADMINLOGMDP":"Nsia@RGT2018","ADMINMAIL":"[email protected]","RUNMAJ":"00 17 * * *"}' # paste meteor settings.json here in one line!
#METEOR_SETTINGS: '{"DBSQLSERVER_HOST":"10.10.3.70", "DBSQLSERVER_PORT":"63960", "DBSQLSERVER_USER":"reportvie", "DBSQLSERVER_PASSWORD":"reportvie","DBSQLSERVER_DATABASE":"SUNDB_RCI","ADMINLOGMDP":"Nsia@RGT2018","ADMINMAIL":"[email protected]","RUNMAJ":"00 12 * * *"}' # paste meteor settings.json here in one line!
CCMAIL: "[email protected]"
BCCMAIL: ""