update docker
This commit is contained in:
32
config/docker.json
Normal file
32
config/docker.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Service Master Data",
|
||||
"description": "Master data — local Docker stack",
|
||||
"version": "1.0.0",
|
||||
"env": "Docker"
|
||||
},
|
||||
"server": {
|
||||
"port": "7002",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "http://localhost:9080/service-master-data/",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
"cors": "*",
|
||||
"ssl": {
|
||||
"enable": false,
|
||||
"cert": "",
|
||||
"key": ""
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
"host": "postgres",
|
||||
"port": "5432",
|
||||
"username": "saude_local",
|
||||
"password": "saude_local",
|
||||
"database": "saude_local",
|
||||
"synchronize": true,
|
||||
"logging": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user