mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
insert command to install hrms app
This commit is contained in:
parent
423a8d0c33
commit
fbe8fdaa00
1 changed files with 4 additions and 0 deletions
4
pwd.yml
4
pwd.yml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue