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
d07d805436
commit
cec5b93546
2 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/02-setup/04-env-variables.md
|
||||
|
||||
ERPNEXT_VERSION=v16.18.0
|
||||
ERPNEXT_VERSION=v16.18.1
|
||||
|
||||
DB_PASSWORD=123
|
||||
|
||||
|
|
|
|||
16
pwd.yml
16
pwd.yml
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
backend:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -16,7 +16,7 @@ services:
|
|||
MARIADB_ROOT_PASSWORD: admin
|
||||
|
||||
configurator:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -45,7 +45,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
create-site:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -101,7 +101,7 @@ services:
|
|||
- db-data:/var/lib/mysql
|
||||
|
||||
frontend:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
depends_on:
|
||||
|
|
@ -127,7 +127,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
queue-long:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -146,7 +146,7 @@ services:
|
|||
FRAPPE_REDIS_QUEUE: redis://redis-queue:6379
|
||||
|
||||
queue-short:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -183,7 +183,7 @@ services:
|
|||
condition: on-failure
|
||||
|
||||
scheduler:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
@ -197,7 +197,7 @@ services:
|
|||
- logs:/home/frappe/frappe-bench/logs
|
||||
|
||||
websocket:
|
||||
image: frappe/erpnext:v16.18.0
|
||||
image: frappe/erpnext:v16.18.1
|
||||
networks:
|
||||
- frappe_network
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue