mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #3 from MarketingLimited/codex/resolve-errors-in-docker-site-container
fix create-site dependencies
This commit is contained in:
commit
a91293f606
3 changed files with 3 additions and 6 deletions
|
|
@ -30,9 +30,5 @@
|
|||
{
|
||||
"git_url": "https://github.com/frappe/insights",
|
||||
"branch": "main"
|
||||
},
|
||||
{
|
||||
"git_url": "https://github.com/frappe/books",
|
||||
"branch": "main"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -27,7 +27,9 @@ RUN useradd -ms /bin/bash frappe \
|
|||
gpg \
|
||||
# MariaDB
|
||||
mariadb-client \
|
||||
libmariadb-dev \
|
||||
less \
|
||||
pkg-config \
|
||||
# Postgres
|
||||
libpq-dev \
|
||||
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/wiki;
|
||||
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,books --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 --set-default frontend;
|
||||
|
||||
db:
|
||||
image: mariadb:10.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue