Update docker-compose.sample.yaml
parent
21ef25c136
commit
038bd02d58
|
@ -9,18 +9,25 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
environment:
|
environment:
|
||||||
- PORT=4000
|
|
||||||
- DBHOST=db
|
- DBHOST=db
|
||||||
- DBPORT=5432
|
- DBPORT=5432
|
||||||
- DBNAME=database
|
- DBNAME=desarrollo1
|
||||||
- DBSCHEMA=desarrollo1
|
- DBSCHEMA=public
|
||||||
- DBUSER=postgres
|
- DBUSER=postgres
|
||||||
- DBPASS=password
|
- DBPASS=password
|
||||||
|
|
||||||
|
# Conexion con base datos redis
|
||||||
- DB_REDIS_HOST=dbproto
|
- DB_REDIS_HOST=dbproto
|
||||||
- DB_REDIS_PORT=6379
|
- DB_REDIS_PORT=6379
|
||||||
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
|
||||||
|
|
||||||
- SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://dev_feed:testing99901@db01.tdtp.ilab.cl/devrt
|
# Datos de emisor de correos
|
||||||
|
- SMTP_HOST=smtp.server
|
||||||
|
- SMTP_PORT=587
|
||||||
|
- SMTP_PROTOCOL=tls
|
||||||
|
- SMTP_USER=user.auth@mail.tld
|
||||||
|
- SMTP_PASS=saasñldañkadsñ
|
||||||
|
- SMTP_FROM='"Sistema Transporte" <tdtp@ilab.cl>'
|
||||||
|
|
||||||
- TIMEOUT=1200
|
- TIMEOUT=1200
|
||||||
# logging:
|
# logging:
|
||||||
# driver: syslog
|
# driver: syslog
|
||||||
|
@ -44,11 +51,11 @@ services:
|
||||||
- DBSCHEMA=desarrollo1
|
- DBSCHEMA=desarrollo1
|
||||||
- DBUSER=postgres
|
- DBUSER=postgres
|
||||||
- DBPASS=password
|
- DBPASS=password
|
||||||
|
|
||||||
- DB_REDIS_HOST=dbproto
|
- DB_REDIS_HOST=dbproto
|
||||||
- DB_REDIS_PORT=6379
|
- DB_REDIS_PORT=6379
|
||||||
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
||||||
|
|
||||||
- SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://dev_feed:testing99901@db01.tdtp.ilab.cl/devrt
|
|
||||||
- TIMEOUT=1200
|
- TIMEOUT=1200
|
||||||
# logging:
|
# logging:
|
||||||
# driver: syslog
|
# driver: syslog
|
||||||
|
@ -70,6 +77,7 @@ services:
|
||||||
- DBSCHEMA=desarrollo1
|
- DBSCHEMA=desarrollo1
|
||||||
- DBUSER=postgres
|
- DBUSER=postgres
|
||||||
- DBPASS=password
|
- DBPASS=password
|
||||||
|
|
||||||
- DB_REDIS_HOST=dbproto
|
- DB_REDIS_HOST=dbproto
|
||||||
- DB_REDIS_PORT=6379
|
- DB_REDIS_PORT=6379
|
||||||
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
||||||
|
|
Loading…
Reference in New Issue