mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: Update example.env
This commit is contained in:
parent
56c6520e29
commit
bc254c2b4c
2 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md
|
||||
|
||||
ERPNEXT_VERSION=v15.94.2
|
||||
ERPNEXT_VERSION=v15.94.3
|
||||
|
||||
DB_PASSWORD=123
|
||||
|
||||
|
|
|
|||
16
pwd.yml
16
pwd.yml
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
backend:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -16,7 +16,7 @@ services:
|
|||
MARIADB_ROOT_PASSWORD: admin
|
||||
|
||||
configurator:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -45,7 +45,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
create-site:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -100,7 +100,7 @@ services:
|
|||
- db-data:/var/lib/mysql
|
||||
|
||||
frontend:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
depends_on:
|
||||
|
|
@ -126,7 +126,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
queue-long:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -145,7 +145,7 @@ services:
|
|||
FRAPPE_REDIS_QUEUE: redis://redis-queue:6379
|
||||
|
||||
queue-short:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -182,7 +182,7 @@ services:
|
|||
condition: on-failure
|
||||
|
||||
scheduler:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -196,7 +196,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
websocket:
|
||||
image: frappe/erpnext:v15.94.2
|
||||
image: frappe/erpnext:v15.94.3
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue