2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Fix location of entrypoint scripts

This commit is contained in:
Oliver Walters
2021-04-10 22:35:10 +10:00
parent 5d9e273559
commit 8f626d305e
4 changed files with 19 additions and 9 deletions

View File

@ -2,9 +2,9 @@ version: "3.8"
# Docker compose recipe for InvenTree
# - Runs PostgreSQL as the database backend
# - Serves web data using Gunicorn
# - Runs the background worker process
# - Runs Gunicorn as the web server
# - Runs nginx as a reverse proxy
# - Runs the background worker process
services:
# Database service
@ -60,6 +60,7 @@ services:
depends_on:
- inventree
ports:
# Change "1337" to the port where you want InvenTree web server to be available
- 1337:80
volumes:
- static:/home/inventree/static