mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
adding the changes
This commit is contained in:
parent
a19e8b4aaa
commit
2d245e2fab
2 changed files with 23 additions and 9 deletions
14
apps.json
Normal file
14
apps.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"url": "https://github.com/frappe/insights",
|
||||
"branch": "develop"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/frappe/builder",
|
||||
"branch": "develop"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/frappe/crm",
|
||||
"branch": "develop"
|
||||
}
|
||||
]
|
||||
18
pwd.yml
18
pwd.yml
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
backend:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
@ -11,7 +11,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
configurator:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: none
|
||||
|
|
@ -39,7 +39,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
create-site:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: none
|
||||
|
|
@ -67,7 +67,7 @@ services:
|
|||
fi
|
||||
done;
|
||||
echo "sites/common_site_config.json found";
|
||||
bench new-site --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app erpnext --set-default frontend;
|
||||
bench new-site --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app insights --install-app crm --install-app builder --set-default frontend;
|
||||
|
||||
db:
|
||||
image: mariadb:10.6
|
||||
|
|
@ -89,7 +89,7 @@ services:
|
|||
- db-data:/var/lib/mysql
|
||||
|
||||
frontend:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
depends_on:
|
||||
- websocket
|
||||
deploy:
|
||||
|
|
@ -113,7 +113,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
queue-long:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
@ -127,7 +127,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
queue-short:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
@ -157,7 +157,7 @@ services:
|
|||
- redis-cache-data:/data
|
||||
|
||||
scheduler:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
@ -169,7 +169,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
websocket:
|
||||
image: frappe/erpnext:v15.42.0
|
||||
image: admin365/frappe_essentials:1.0.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
|
|||
Loading…
Reference in a new issue