2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-05 19:41:41 +00:00

Updates to docker files

This commit is contained in:
Oliver Walters
2021-04-11 14:46:40 +10:00
parent 44fe5721e0
commit 5f9236d280
2 changed files with 2 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ services:
build:
context: nginx
container_name: inventree_proxy
image: inventree/nginx:latest
depends_on:
- inventree
ports:
@@ -80,7 +81,7 @@ services:
repository: "https://github.com/SchrodingersGat/InvenTree.git"
branch: "django-q"
entrypoint: ./start_worker.sh
image: inventree/worker:latest
image: inventree/inventree:latest
container_name: inventree_worker
depends_on:
- db