Skip to content

Commit

Permalink
Remove obsolete field from docker-compose.yml (#4200)
Browse files Browse the repository at this point in the history
* Remove version from docker-compose.yml

* Remove unused imports
  • Loading branch information
krysal authored Apr 26, 2024
1 parent 278f6b1 commit 25b9137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions api/conf/urls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
https://docs.djangoproject.com/en/4.2/topics/http/urls/
"""

from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
from django.urls import include, path
from django.views.generic import RedirectView, TemplateView
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.4"

include:
- "catalog/compose.yml"
- "ingestion_server/compose.yml"
Expand Down

0 comments on commit 25b9137

Please sign in to comment.