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
b1e5bb7379
commit
d6acb0851b
@ -3,7 +3,7 @@
|
|||||||
FRAPPE_VERSION=v13.36.3
|
FRAPPE_VERSION=v13.36.3
|
||||||
|
|
||||||
# Only with ERPNext override
|
# Only with ERPNext override
|
||||||
ERPNEXT_VERSION=v13.36.1
|
ERPNEXT_VERSION=v13.36.2
|
||||||
|
|
||||||
DB_PASSWORD=123
|
DB_PASSWORD=123
|
||||||
|
|
||||||
|
16
pwd.yml
16
pwd.yml
@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -11,7 +11,7 @@ services:
|
|||||||
- assets:/home/frappe/frappe-bench/sites/assets
|
- assets:/home/frappe/frappe-bench/sites/assets
|
||||||
|
|
||||||
configurator:
|
configurator:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
command:
|
command:
|
||||||
- configure.py
|
- configure.py
|
||||||
environment:
|
environment:
|
||||||
@ -25,7 +25,7 @@ services:
|
|||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
|
|
||||||
create-site:
|
create-site:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -76,7 +76,7 @@ services:
|
|||||||
- db-data:/var/lib/mysql
|
- db-data:/var/lib/mysql
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: frappe/erpnext-nginx:v13.36.1
|
image: frappe/erpnext-nginx:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -94,7 +94,7 @@ services:
|
|||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
queue-default:
|
queue-default:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -107,7 +107,7 @@ services:
|
|||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
|
|
||||||
queue-long:
|
queue-long:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -120,7 +120,7 @@ services:
|
|||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
|
|
||||||
queue-short:
|
queue-short:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -157,7 +157,7 @@ services:
|
|||||||
- redis-socketio-data:/data
|
- redis-socketio-data:/data
|
||||||
|
|
||||||
scheduler:
|
scheduler:
|
||||||
image: frappe/erpnext-worker:v13.36.1
|
image: frappe/erpnext-worker:v13.36.2
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
Loading…
Reference in New Issue
Block a user