docker-compose.yml aktualisiert
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
DBUSER: ${DBUSER}
|
||||
DBPASS: ${DBPASS}
|
||||
DBNAME: ${DBNAME}
|
||||
DBPORT: ${DBPORT}
|
||||
PORT: 5000
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5000/healthz"]
|
||||
|
||||
Reference in New Issue
Block a user