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

Removed obsoleted version element from docker-compose examples (#7760)

This commit is contained in:
Josip Medved
2024-07-30 04:12:02 -07:00
committed by GitHub
parent 930356f32b
commit c33e91a42b
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
version: "3.8"
# Docker compose recipe for InvenTree development server
# - Runs PostgreSQL as the database backend
# - Uses built-in django webserver

View File

@ -1,5 +1,3 @@
version: "3.8"
# Docker compose recipe for a production-ready InvenTree setup, with the following containers:
# - PostgreSQL as the database backend
# - gunicorn as the InvenTree web server