mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-14 00:54:07 +00:00
fix: docker-compose-erpnext
This commit is contained in:
parent
1a6aa403ee
commit
f48e1ce4a6
@ -29,7 +29,7 @@ services:
|
|||||||
- assets-vol:/assets:rw
|
- assets-vol:/assets:rw
|
||||||
|
|
||||||
erpnext-python:
|
erpnext-python:
|
||||||
image: frappe/frappe-worker:${VERSION}
|
image: frappe/erpnext-worker:${VERSION}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- MARIADB_HOST=mariadb
|
- MARIADB_HOST=mariadb
|
||||||
@ -52,7 +52,7 @@ services:
|
|||||||
- ./sites:/home/frappe/frappe-bench/sites:rw
|
- ./sites:/home/frappe/frappe-bench/sites:rw
|
||||||
|
|
||||||
frappe-worker-default:
|
frappe-worker-default:
|
||||||
image: frappe/frappe-worker:${VERSION}
|
image: frappe/erpnext-worker:${VERSION}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command: worker
|
command: worker
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -65,7 +65,7 @@ services:
|
|||||||
- ./sites:/home/frappe/frappe-bench/sites:rw
|
- ./sites:/home/frappe/frappe-bench/sites:rw
|
||||||
|
|
||||||
frappe-worker-short:
|
frappe-worker-short:
|
||||||
image: frappe/frappe-worker:${VERSION}
|
image: frappe/erpnext-worker:${VERSION}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
@ -80,7 +80,7 @@ services:
|
|||||||
- ./sites:/home/frappe/frappe-bench/sites:rw
|
- ./sites:/home/frappe/frappe-bench/sites:rw
|
||||||
|
|
||||||
frappe-worker-long:
|
frappe-worker-long:
|
||||||
image: frappe/frappe-worker:${VERSION}
|
image: frappe/erpnext-worker:${VERSION}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
@ -95,7 +95,7 @@ services:
|
|||||||
- ./sites:/home/frappe/frappe-bench/sites:rw
|
- ./sites:/home/frappe/frappe-bench/sites:rw
|
||||||
|
|
||||||
frappe-schedule:
|
frappe-schedule:
|
||||||
image: frappe/frappe-worker:${VERSION}
|
image: frappe/erpnext-worker:${VERSION}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command: schedule
|
command: schedule
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user