Skip to content

Commit

Permalink
remove docker compose version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed May 29, 2024
1 parent a4ab28c commit df68dc0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.build.calculate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

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

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

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

services:
journey:
image: ${DOCKER_IMAGE_JOURNEY}:${DOCKER_TAG}
Expand Down

0 comments on commit df68dc0

Please sign in to comment.