changed app readeck: updated config in docker-compose.json
This commit is contained in:
parent
40d7117679
commit
52297d8af8
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "READECK_SERVER_PORT",
|
"key": "READECK_SERVER_PORT",
|
||||||
"value": 8000
|
"value": "${APP_PORT}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "READECK_LOG_FORMAT",
|
"key": "READECK_LOG_FORMAT",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"test": "CMD /bin/readeck healthcheck -config config.toml",
|
"test": "/bin/readeck healthcheck -config /readeck/config.toml",
|
||||||
"interval": "30s",
|
"interval": "30s",
|
||||||
"timeout": "2s",
|
"timeout": "2s",
|
||||||
"retries": 3
|
"retries": 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue