insert command to install hrms app

This commit is contained in:
Eric Libay 2025-08-28 18:09:08 +08:00
parent 423a8d0c33
commit fbe8fdaa00

View file

@ -36,6 +36,10 @@ services:
bench set-config -g redis_queue "redis://$$REDIS_QUEUE";
bench set-config -g redis_socketio "redis://$$REDIS_QUEUE";
bench set-config -gp socketio_port $$SOCKETIO_PORT;
bench get-app --branch version-15 hrms "https://github.com/frappe/hrms";
bench install-app hrms;
bench migrate;
bench clear-cache;
environment:
DB_HOST: db
DB_PORT: "3306"