Update docker-compose.sample.yaml
parent
21ef25c136
commit
038bd02d58
|
@ -9,18 +9,25 @@ services:
|
|||
ports:
|
||||
- 4000:4000
|
||||
environment:
|
||||
- PORT=4000
|
||||
- DBHOST=db
|
||||
- DBPORT=5432
|
||||
- DBNAME=database
|
||||
- DBSCHEMA=desarrollo1
|
||||
- DBNAME=desarrollo1
|
||||
- DBSCHEMA=public
|
||||
- DBUSER=postgres
|
||||
- DBPASS=password
|
||||
|
||||
# Conexion con base datos redis
|
||||
- DB_REDIS_HOST=dbproto
|
||||
- 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
|
||||
# logging:
|
||||
# driver: syslog
|
||||
|
@ -44,11 +51,11 @@ services:
|
|||
- DBSCHEMA=desarrollo1
|
||||
- DBUSER=postgres
|
||||
- DBPASS=password
|
||||
|
||||
- DB_REDIS_HOST=dbproto
|
||||
- DB_REDIS_PORT=6379
|
||||
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
||||
|
||||
- SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://dev_feed:testing99901@db01.tdtp.ilab.cl/devrt
|
||||
- TIMEOUT=1200
|
||||
# logging:
|
||||
# driver: syslog
|
||||
|
@ -70,6 +77,7 @@ services:
|
|||
- DBSCHEMA=desarrollo1
|
||||
- DBUSER=postgres
|
||||
- DBPASS=password
|
||||
|
||||
- DB_REDIS_HOST=dbproto
|
||||
- DB_REDIS_PORT=6379
|
||||
- SECRET_JWT="kf6Jc!f30Z!1k1N0#!%#"
|
||||
|
|
Loading…
Reference in New Issue