Skip to content

Commit

Permalink
remove deprecated version in docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 13, 2024
1 parent 016e0a7 commit af5d3d9
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 21 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
version: "3.4"

services:
wcs-cdn:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
# env_file:
# - ../../../../.env
build:
context: ../../../
dockerfile: data-service/infrastructure/docker/Dockerfile-local-wcs
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.4"
services:
api:
container_name: data-service
Expand Down
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
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
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.4"
services:
api:
container_name: delivery-service
Expand Down
1 change: 0 additions & 1 deletion backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# SPDX-License-Identifier: CC0-1.0

version: "3.4"
services:
api:
container_name: wcstore_api
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# SPDX-License-Identifier: CC0-1.0

version: "3.4"
services:
frontend:
container_name: wcstore_frontend
Expand Down
1 change: 0 additions & 1 deletion frontend/docker/docker-compose.local-wcs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
wcs-frontend:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down
2 changes: 0 additions & 2 deletions webcompstore-cli/docker/docker-compose.local-wcs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
wcs-cdn:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down

0 comments on commit af5d3d9

Please sign in to comment.