2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

change web -> inventree

This commit is contained in:
Oliver Walters 2021-04-18 17:21:06 +10:00
parent eb108edb60
commit d8e1e18f4d
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ services:
# InvenTree web server services # InvenTree web server services
# Uses gunicorn as the web server # Uses gunicorn as the web server
web: inventree:
container_name: web container_name: inventree
image: inventree/inventree:latest image: inventree/inventree:latest
expose: expose:
- 8000 - 8000

View File

@ -1,6 +1,6 @@
upstream inventree { upstream inventree {
# Should point to the InvenTree web server container # Should point to the InvenTree web server container
server web:8000; server inventree:8000;
} }
server { server {