2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00

chore: Update example.env

This commit is contained in:
github-actions 2023-04-03 18:02:27 +00:00
parent aee530e3e7
commit f7768a4abc
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md
ERPNEXT_VERSION=v14.20.0 ERPNEXT_VERSION=v14.20.1
DB_PASSWORD=123 DB_PASSWORD=123

18
pwd.yml
View File

@ -2,7 +2,7 @@ version: "3"
services: services:
backend: backend:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -11,7 +11,7 @@ services:
- logs:/home/frappe/frappe-bench/logs - logs:/home/frappe/frappe-bench/logs
configurator: configurator:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: none condition: none
@ -39,7 +39,7 @@ services:
- logs:/home/frappe/frappe-bench/logs - logs:/home/frappe/frappe-bench/logs
create-site: create-site:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: none condition: none
@ -90,7 +90,7 @@ services:
- db-data:/var/lib/mysql - db-data:/var/lib/mysql
frontend: frontend:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -112,7 +112,7 @@ services:
- "8080:8080" - "8080:8080"
queue-default: queue-default:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -126,7 +126,7 @@ services:
- logs:/home/frappe/frappe-bench/logs - logs:/home/frappe/frappe-bench/logs
queue-long: queue-long:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -140,7 +140,7 @@ services:
- logs:/home/frappe/frappe-bench/logs - logs:/home/frappe/frappe-bench/logs
queue-short: queue-short:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -178,7 +178,7 @@ services:
- redis-socketio-data:/data - redis-socketio-data:/data
scheduler: scheduler:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -190,7 +190,7 @@ services:
- logs:/home/frappe/frappe-bench/logs - logs:/home/frappe/frappe-bench/logs
websocket: websocket:
image: frappe/erpnext:v14.20.0 image: frappe/erpnext:v14.20.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure