Skip to content

Commit

Permalink
Remove obsolete 'version' key from Docker Compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed May 9, 2024
1 parent 042ce87 commit 9374bab
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docker-compose-legacy-db.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
legacy-db:
image: postgres:9.6-alpine
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
builder:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.selenium.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
django:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
django:
build:
Expand Down
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
django:
build:
Expand All @@ -9,7 +7,8 @@ services:
requirements: requirements.dev.txt
environment:
DJANGO_SETTINGS_MODULE: iogt.settings.dev
volumes:
- ./:/app/
image: iogt:latest
ports:
- "8000:8000"
volumes:
- ./:/app/

0 comments on commit 9374bab

Please sign in to comment.