changed app readeck: updated config in docker-compose.json

This commit is contained in:
Markus 2025-11-10 23:11:38 +01:00
parent 40d7117679
commit 52297d8af8

View file

@ -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