mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-22 10:08:56 +00:00
chore: Update example.env
This commit is contained in:
parent
c9aa1f179a
commit
13db302a08
@ -1,6 +1,6 @@
|
||||
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md
|
||||
|
||||
ERPNEXT_VERSION=v15.45.3
|
||||
ERPNEXT_VERSION=v15.45.4
|
||||
|
||||
DB_PASSWORD=123
|
||||
|
||||
|
16
pwd.yml
16
pwd.yml
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
backend:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
@ -18,7 +18,7 @@ services:
|
||||
MARIADB_ROOT_PASSWORD: admin
|
||||
|
||||
configurator:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
@ -47,7 +47,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
create-site:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
@ -102,7 +102,7 @@ services:
|
||||
- db-data:/var/lib/mysql
|
||||
|
||||
frontend:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
depends_on:
|
||||
@ -128,7 +128,7 @@ services:
|
||||
- "8080:8080"
|
||||
|
||||
queue-long:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
@ -144,7 +144,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
queue-short:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
@ -180,7 +180,7 @@ services:
|
||||
- redis-cache-data:/data
|
||||
|
||||
scheduler:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
@ -194,7 +194,7 @@ services:
|
||||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
websocket:
|
||||
image: frappe/erpnext:v15.45.3
|
||||
image: frappe/erpnext:v15.45.4
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user