Skip to content

Commit 8c5fe13

Browse files
authored
Merge pull request DSpace#2991 from tdonohue/remove_compose_version
Remove obsolete "version" tag from Docker Compose files (Angular version)
2 parents 81807da + d6303de commit 8c5fe13

8 files changed

Lines changed: 0 additions & 11 deletions

docker/cli.assetstore.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.assetstore.yml
1313
#
1414
# Therefore, it should be kept in sync with that file
15-
version: "3.7"
16-
1715
services:
1816
dspace-cli:
1917
environment:

docker/cli.ingest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.ingest.yml
1313
#
1414
# Therefore, it should be kept in sync with that file
15-
version: "3.7"
16-
1715
services:
1816
dspace-cli:
1917
environment:

docker/cli.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# https://github.com/DSpace/DSpace/blob/main/docker-compose-cli.yml
1313
#
1414
# Therefore, it should be kept in sync with that file
15-
version: "3.7"
1615
networks:
1716
# Default to using network named 'dspacenet' from docker-compose-rest.yml.
1817
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")

docker/db.entities.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml
1313
#
1414
# # Therefore, it should be kept in sync with that file
15-
version: "3.7"
16-
1715
services:
1816
dspacedb:
1917
image: dspace/dspace-postgres-pgcrypto:loadsql

docker/docker-compose-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# This is used by our GitHub CI at .github/workflows/build.yml
1111
# It is based heavily on the Backend's Docker Compose:
1212
# https://github.com/DSpace/DSpace/blob/main/docker-compose.yml
13-
version: '3.7'
1413
networks:
1514
dspacenet:
1615
services:

docker/docker-compose-dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
# Docker Compose for running the DSpace Angular UI dist build
1010
# for previewing with the DSpace Demo site backend
11-
version: '3.7'
1211
networks:
1312
dspacenet:
1413
services:

docker/docker-compose-rest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# This is based heavily on the docker-compose.yml that is available in the DSpace/DSpace
1111
# (Backend) at:
1212
# https://github.com/DSpace/DSpace/blob/main/docker-compose.yml
13-
version: '3.7'
1413
networks:
1514
dspacenet:
1615
ipam:

docker/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# Docker Compose for running the DSpace Angular UI for testing/development
1010
# Requires also running a REST API backend (either locally or remotely),
1111
# for example via 'docker-compose-rest.yml'
12-
version: '3.7'
1312
networks:
1413
dspacenet:
1514
services:

0 commit comments

Comments
 (0)