Merge pull request #2992 from DSpace/backport-2991-to-dspace-7_x

[Port dspace-7_x] Remove obsolete "version" tag from Docker Compose files (Angular version)
This commit is contained in:
Tim Donohue
2024-05-01 16:28:54 -05:00
committed by GitHub
8 changed files with 0 additions and 11 deletions

View File

@@ -12,8 +12,6 @@
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.assetstore.yml # https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.assetstore.yml
# #
# Therefore, it should be kept in sync with that file # Therefore, it should be kept in sync with that file
version: "3.7"
services: services:
dspace-cli: dspace-cli:
environment: environment:

View File

@@ -12,8 +12,6 @@
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.ingest.yml # https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.ingest.yml
# #
# Therefore, it should be kept in sync with that file # Therefore, it should be kept in sync with that file
version: "3.7"
services: services:
dspace-cli: dspace-cli:
environment: environment:

View File

@@ -12,7 +12,6 @@
# https://github.com/DSpace/DSpace/blob/main/docker-compose-cli.yml # https://github.com/DSpace/DSpace/blob/main/docker-compose-cli.yml
# #
# Therefore, it should be kept in sync with that file # Therefore, it should be kept in sync with that file
version: "3.7"
networks: networks:
# Default to using network named 'dspacenet' from docker-compose-rest.yml. # Default to using network named 'dspacenet' from docker-compose-rest.yml.
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet") # Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")

View File

@@ -12,8 +12,6 @@
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml # https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml
# #
# # Therefore, it should be kept in sync with that file # # Therefore, it should be kept in sync with that file
version: "3.7"
services: services:
dspacedb: dspacedb:
image: dspace/dspace-postgres-pgcrypto:loadsql image: dspace/dspace-postgres-pgcrypto:loadsql

View File

@@ -10,7 +10,6 @@
# This is used by our GitHub CI at .github/workflows/build.yml # This is used by our GitHub CI at .github/workflows/build.yml
# It is based heavily on the Backend's Docker Compose: # It is based heavily on the Backend's Docker Compose:
# https://github.com/DSpace/DSpace/blob/main/docker-compose.yml # https://github.com/DSpace/DSpace/blob/main/docker-compose.yml
version: '3.7'
networks: networks:
dspacenet: dspacenet:
services: services:

View File

@@ -8,7 +8,6 @@
# Docker Compose for running the DSpace Angular UI dist build # Docker Compose for running the DSpace Angular UI dist build
# for previewing with the DSpace Demo site backend # for previewing with the DSpace Demo site backend
version: '3.7'
networks: networks:
dspacenet: dspacenet:
services: services:

View File

@@ -10,7 +10,6 @@
# This is based heavily on the docker-compose.yml that is available in the DSpace/DSpace # This is based heavily on the docker-compose.yml that is available in the DSpace/DSpace
# (Backend) at: # (Backend) at:
# https://github.com/DSpace/DSpace/blob/main/docker-compose.yml # https://github.com/DSpace/DSpace/blob/main/docker-compose.yml
version: '3.7'
networks: networks:
dspacenet: dspacenet:
ipam: ipam:

View File

@@ -9,7 +9,6 @@
# Docker Compose for running the DSpace Angular UI for testing/development # Docker Compose for running the DSpace Angular UI for testing/development
# Requires also running a REST API backend (either locally or remotely), # Requires also running a REST API backend (either locally or remotely),
# for example via 'docker-compose-rest.yml' # for example via 'docker-compose-rest.yml'
version: '3.7'
networks: networks:
dspacenet: dspacenet:
services: services: