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 Jul 26, 2023
1 parent 55938bd commit 13c0183
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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/images-and-compose-files.md

ERPNEXT_VERSION=v14.32.0
ERPNEXT_VERSION=v14.32.1

DB_PASSWORD=123

Expand Down
18 changes: 9 additions & 9 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:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand All @@ -11,7 +11,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

configurator:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
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:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: none
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
- db-data:/var/lib/mysql

frontend:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand All @@ -112,7 +112,7 @@ services:
- "8080:8080"

queue-default:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand All @@ -126,7 +126,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

queue-long:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand All @@ -140,7 +140,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

queue-short:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand Down Expand Up @@ -178,7 +178,7 @@ services:
- redis-socketio-data:/data

scheduler:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand All @@ -190,7 +190,7 @@ services:
- logs:/home/frappe/frappe-bench/logs

websocket:
image: frappe/erpnext:v14.32.0
image: frappe/erpnext:v14.32.1
deploy:
restart_policy:
condition: on-failure
Expand Down

0 comments on commit 13c0183

Please sign in to comment.