mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
Revert port changes (#9510)
- Breaks local server after restart - Will have to find another way
This commit is contained in:
parent
0c7173c096
commit
ed6f24479d
@ -51,11 +51,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"runArgs": [
|
|
||||||
"-p",
|
|
||||||
"8000:8000"
|
|
||||||
],
|
|
||||||
|
|
||||||
// Use 'postCreateCommand' to run commands after the container is created.
|
// Use 'postCreateCommand' to run commands after the container is created.
|
||||||
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
|
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ services:
|
|||||||
- ../:/home/inventree:z
|
- ../:/home/inventree:z
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
INVENTREE_DB_ENGINE: postgresql
|
INVENTREE_DB_ENGINE: postgresql
|
||||||
|
@ -27,7 +27,7 @@ python3 -m pip install --upgrade pip
|
|||||||
pip3 install --ignore-installed --upgrade invoke Pillow
|
pip3 install --ignore-installed --upgrade invoke Pillow
|
||||||
|
|
||||||
# install base level packages
|
# install base level packages
|
||||||
pip3 install -Ur --require-hashes contrib/container/requirements.txt
|
pip3 install -Ur contrib/container/requirements.txt --require-hashes
|
||||||
|
|
||||||
# Run initial InvenTree server setup
|
# Run initial InvenTree server setup
|
||||||
invoke update -s
|
invoke update -s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user