2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Update nginx conf files

This commit is contained in:
Oliver Walters
2022-04-19 22:09:30 +10:00
parent 7c126ed712
commit 85c8b94d80
3 changed files with 32 additions and 21 deletions

View File

@ -7,9 +7,9 @@ version: "3.8"
# - Serves media and static content directly from Django webserver
# IMPORANT NOTE:
# The InvenTree docker image does not clone source code from git.
# Instead, you must specify *where* the source code is located,
# (on your local machine).
# The InvenTree development image does not clone source code from git.
# Instead, you must specify *where* the source code is located, (on your local machine).
# The default setup in this file should work straight out of the box, without modification
# The django server will auto-detect any code changes and reload the server.
services: