2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Docker compose relative path (#3410)

* Update development docker-compose file

- Remove external volume definition
- v2 does not allow relative path spec here
- Simplification is only required for dev version

* Remove old debug messages

* Update docker build CI step

- Check that required directories / files have been created in the correct location(s)

* Add check for pgdb directory

* Run partial docker check on pull_request

* Disable workflow running on pull requests
This commit is contained in:
Oliver
2022-07-27 07:50:54 +10:00
committed by GitHub
parent 622c0636ef
commit 7cabb78964
4 changed files with 27 additions and 46 deletions

View File

@ -69,7 +69,7 @@ services:
- ${INVENTREE_CACHE_PORT:-6379}
restart: always
# InvenTree web server services
# InvenTree web server service
# Uses gunicorn as the web server
inventree-server:
container_name: inventree-server