Skip to content

Commit

Permalink
chore: Update example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 11, 2024
1 parent 5064ece commit fbb13c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md

ERPNEXT_VERSION=v15.34.2
ERPNEXT_VERSION=v15.35.0

DB_PASSWORD=123

Expand Down
16 changes: 8 additions & 8 deletions pwd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
backend:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: on-failure
Expand All @@ -11,7 +11,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

configurator:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: none
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

create-site:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: none
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
- db-data:/var/lib/mysql

frontend:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
depends_on:
- websocket
deploy:
Expand All @@ -113,7 +113,7 @@ services:
- "8080:8080"

queue-long:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: on-failure
Expand All @@ -127,7 +127,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

queue-short:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: on-failure
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
- redis-cache-data:/data

scheduler:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: on-failure
Expand All @@ -169,7 +169,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

websocket:
image: frappe/erpnext:v15.34.2
image: frappe/erpnext:v15.35.0
deploy:
restart_policy:
condition: on-failure
Expand Down

0 comments on commit fbb13c2

Please sign in to comment.