Skip to content

Commit

Permalink
Remove 'version' from docker-compose (#9831)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Apr 8, 2024
1 parent d6e0553 commit 3cb060c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion docker-compose.override.debug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.8'
services:
uwsgi:
entrypoint: ['/wait-for-it.sh', '${DD_DATABASE_HOST}:${DD_DATABASE_PORT}', '-t', '30', '--', '/entrypoint-uwsgi-dev.sh']
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.8'
services:
uwsgi:
entrypoint: ['/wait-for-it.sh', '${DD_DATABASE_HOST}:${DD_DATABASE_PORT}', '-t', '30', '--', '/entrypoint-uwsgi-dev.sh']
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.https.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.8'
services:
nginx:
environment:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.8'
services:
integration-tests:
build:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.unit_tests_cicd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.8'
services:
nginx:
image: busybox:1.36.1-musl
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# docker-compose.yml file is not intended for production use without first
# customizing it to your particular situation.
---
version: '3.8'
services:
nginx:
build:
Expand Down

0 comments on commit 3cb060c

Please sign in to comment.