mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
fix create-site dependencies
This commit is contained in:
parent
095b12af3f
commit
40d9ce4c03
3 changed files with 3 additions and 6 deletions
|
|
@ -30,9 +30,5 @@
|
||||||
{
|
{
|
||||||
"git_url": "https://github.com/frappe/insights",
|
"git_url": "https://github.com/frappe/insights",
|
||||||
"branch": "main"
|
"branch": "main"
|
||||||
},
|
|
||||||
{
|
|
||||||
"git_url": "https://github.com/frappe/books",
|
|
||||||
"branch": "main"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,9 @@ RUN useradd -ms /bin/bash frappe \
|
||||||
gpg \
|
gpg \
|
||||||
# MariaDB
|
# MariaDB
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
|
libmariadb-dev \
|
||||||
less \
|
less \
|
||||||
|
pkg-config \
|
||||||
# Postgres
|
# Postgres
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
|
|
||||||
3
pwd.yml
3
pwd.yml
|
|
@ -82,8 +82,7 @@ services:
|
||||||
bench get-app https://github.com/frappe/studio;
|
bench get-app https://github.com/frappe/studio;
|
||||||
bench get-app https://github.com/frappe/wiki;
|
bench get-app https://github.com/frappe/wiki;
|
||||||
bench get-app https://github.com/frappe/insights;
|
bench get-app https://github.com/frappe/insights;
|
||||||
bench get-app https://github.com/frappe/books;
|
bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext,hrms,crm,helpdesk,drive,studio,wiki,insights --set-default frontend;
|
||||||
bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext,hrms,crm,helpdesk,drive,studio,wiki,insights,books --set-default frontend;
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue