mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
refactor: update erpnext image to v15
This commit is contained in:
parent
e9646b83f4
commit
d48b9e7d50
1 changed files with 8 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
- logs:/home/frappe/frappe-bench/logs
|
- logs:/home/frappe/frappe-bench/logs
|
||||||
|
|
||||||
configurator:
|
configurator:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
@ -54,7 +54,7 @@ services:
|
||||||
- logs:/home/frappe/frappe-bench/logs
|
- logs:/home/frappe/frappe-bench/logs
|
||||||
|
|
||||||
create-site:
|
create-site:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
@ -106,7 +106,7 @@ services:
|
||||||
- db-data:/var/lib/mysql
|
- db-data:/var/lib/mysql
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
depends_on:
|
depends_on:
|
||||||
- websocket
|
- websocket
|
||||||
|
|
@ -131,7 +131,7 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
queue-long:
|
queue-long:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
@ -146,7 +146,7 @@ services:
|
||||||
- logs:/home/frappe/frappe-bench/logs
|
- logs:/home/frappe/frappe-bench/logs
|
||||||
|
|
||||||
queue-short:
|
queue-short:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
@ -179,7 +179,7 @@ services:
|
||||||
- redis-cache-data:/data
|
- redis-cache-data:/data
|
||||||
|
|
||||||
scheduler:
|
scheduler:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
@ -192,7 +192,7 @@ services:
|
||||||
- logs:/home/frappe/frappe-bench/logs
|
- logs:/home/frappe/frappe-bench/logs
|
||||||
|
|
||||||
websocket:
|
websocket:
|
||||||
image: frappe/erpnext:v15.17.5
|
image: frappe/erpnext:v15
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue