Skip to content

Commit

Permalink
removing docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Jun 10, 2024
1 parent 5040906 commit f122f5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: CC0-1.0

version: "3.4"

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

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down

0 comments on commit f122f5f

Please sign in to comment.