diff --git a/infrastructure/docker-compose.build.yml b/infrastructure/docker-compose.build.yml index 597ea109..c6b3abf5 100644 --- a/infrastructure/docker-compose.build.yml +++ b/infrastructure/docker-compose.build.yml @@ -2,8 +2,6 @@ # # SPDX-License-Identifier: CC0-1.0 -version: "3.4" - services: app: image: ${DOCKER_IMAGE}:${DOCKER_TAG} diff --git a/infrastructure/docker-compose.run.yml b/infrastructure/docker-compose.run.yml index 498607c0..80480a53 100644 --- a/infrastructure/docker-compose.run.yml +++ b/infrastructure/docker-compose.run.yml @@ -2,8 +2,6 @@ # # SPDX-License-Identifier: CC0-1.0 -version: "3.4" - services: app: image: ${DOCKER_IMAGE}:${DOCKER_TAG}