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