Skip to content

Commit

Permalink
remove docker compose versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 14, 2024
1 parent 1c3ec54 commit a2044fa
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion docker-compose-community-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.
#

version: "3.8"
services:
# Frontend service
community-app:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

# You can replace and test a more recent version of docker compose
version: "3.8"

services:
db:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ x-logging: &default-logging
- regex:
expression: '^(?P<date>\d{4}-\d{2}-\d{2}) (?P<time>\d{2}:\d{2}:\d{2}.\d{3}) (?P<message>(?s:.*))$$'
version: "3.8"

services:
loki:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-postgresql-activemq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

version: "3.8"

services:
activemq:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-postgresql-kafka-msk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

version: "3.8"

services:
db:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-postgresql-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# You can replace and test a more recent version of docker compose
version: "3.7"
services:
kafka:
image: "bitnami/kafka:3.8.1-debian-12-r1"
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-postgresql-test-activemq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

version: "3.8"

services:
activemq:
extends:
Expand Down
1 change: 0 additions & 1 deletion docker-compose-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.
#

version: "3.8"
services:
# Frontend service
community-app:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

version: "3.8"

services:

db:
Expand Down

0 comments on commit a2044fa

Please sign in to comment.