mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
chore: Update example.env
This commit is contained in:
parent
f0d94819a3
commit
ccb3117a38
@ -1,6 +1,6 @@
|
||||
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md
|
||||
|
||||
ERPNEXT_VERSION=v14.13.0
|
||||
ERPNEXT_VERSION=v14.14.0
|
||||
|
||||
DB_PASSWORD=123
|
||||
|
||||
|
18
pwd.yml
18
pwd.yml
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
backend:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -11,7 +11,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
configurator:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: none
|
||||
@ -38,7 +38,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
create-site:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: none
|
||||
@ -89,7 +89,7 @@ services:
|
||||
- db-data:/var/lib/mysql
|
||||
|
||||
frontend:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -111,7 +111,7 @@ services:
|
||||
- "8080:8080"
|
||||
|
||||
queue-default:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -125,7 +125,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
queue-long:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -139,7 +139,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
queue-short:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -177,7 +177,7 @@ services:
|
||||
- redis-socketio-data:/data
|
||||
|
||||
scheduler:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -189,7 +189,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
websocket:
|
||||
image: frappe/erpnext:v14.13.0
|
||||
image: frappe/erpnext:v14.14.0
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user