mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Revert int.worker to worker (#8126)
- Prevent existing docker compose installs from breaking
This commit is contained in:
@ -56,7 +56,7 @@ services:
|
||||
inventree-dev-worker:
|
||||
image: inventree-dev-image
|
||||
build: *build_config
|
||||
command: invoke int.worker
|
||||
command: invoke worker
|
||||
depends_on:
|
||||
- inventree-dev-server
|
||||
volumes:
|
||||
|
@ -83,7 +83,7 @@ services:
|
||||
# If you wish to specify a particular InvenTree version, do so here
|
||||
image: inventree/inventree:${INVENTREE_TAG:-stable}
|
||||
container_name: inventree-worker
|
||||
command: invoke int.worker
|
||||
command: invoke worker
|
||||
depends_on:
|
||||
- inventree-server
|
||||
env_file:
|
||||
|
Reference in New Issue
Block a user