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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
version: "3"
services: services:
db: db:
image: postgres:13 image: postgres:13

View File

@ -1,5 +1,3 @@
version: "3.8"
# Docker compose recipe for InvenTree development server # Docker compose recipe for InvenTree development server
# - Runs PostgreSQL as the database backend # - Runs PostgreSQL as the database backend
# - Uses built-in django webserver # - 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: # Docker compose recipe for a production-ready InvenTree setup, with the following containers:
# - PostgreSQL as the database backend # - PostgreSQL as the database backend
# - gunicorn as the InvenTree web server # - gunicorn as the InvenTree web server