chore: Update example.env
Some checks are pending
Core / Build Stable / v15_test (push) Waiting to run
Core / Build Stable / v15_publish (push) Blocked by required conditions
Core / Build Stable / v16_test (push) Waiting to run
Core / Build Stable / v16_publish (push) Blocked by required conditions
Core / Build Stable / Update example.env and pwd.yml (push) Blocked by required conditions
Core / Build Stable / Release Helm (push) Blocked by required conditions
Lint / lint (push) Waiting to run

This commit is contained in:
github-actions 2026-06-16 22:05:53 +00:00
parent 91fc59a134
commit 825536a998
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/02-setup/04-env-variables.md
ERPNEXT_VERSION=v16.22.0
ERPNEXT_VERSION=v16.23.0
DB_PASSWORD=123

16
pwd.yml
View file

@ -1,6 +1,6 @@
services:
backend:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy:
@ -16,7 +16,7 @@ services:
MARIADB_ROOT_PASSWORD: admin
configurator:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy:
@ -45,7 +45,7 @@ services:
- logs:/home/frappe/frappe-bench/logs
create-site:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy:
@ -101,7 +101,7 @@ services:
- db-data:/var/lib/mysql
frontend:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
depends_on:
@ -127,7 +127,7 @@ services:
- "8080:8080"
queue-long:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy:
@ -146,7 +146,7 @@ services:
FRAPPE_REDIS_QUEUE: redis://redis-queue:6379
queue-short:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy:
@ -183,7 +183,7 @@ services:
condition: on-failure
scheduler:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy:
@ -197,7 +197,7 @@ services:
- logs:/home/frappe/frappe-bench/logs
websocket:
image: frappe/erpnext:v16.22.0
image: frappe/erpnext:v16.23.0
networks:
- frappe_network
deploy: