update docker

This commit is contained in:
Narul Hidayah
2026-06-10 10:50:29 +09:00
parent 066596daf3
commit 8d516fb515
2 changed files with 37 additions and 1 deletions

32
config/docker.json Normal file
View 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
}
}