Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete top-level element version in Docker Compose yml files #456

Open
wants to merge 9 commits into
base: main-cris
Choose a base branch
from
2 changes: 0 additions & 2 deletions docker-compose-cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
dspace-cli:
image: "${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
networks:
dspacenet:
ipam:
Expand Down
3 changes: 0 additions & 3 deletions dspace/src/main/docker-compose/cli.assetstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#
# http://www.dspace.org/license/
#

version: "3.7"

services:
dspace-cli:
environment:
Expand Down
3 changes: 0 additions & 3 deletions dspace/src/main/docker-compose/cli.ingest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#
# http://www.dspace.org/license/
#

version: "3.7"

services:
dspace-cli:
environment:
Expand Down
3 changes: 0 additions & 3 deletions dspace/src/main/docker-compose/db.entities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#
# http://www.dspace.org/license/
#

version: "3.7"

services:
dspacedb:
image: dspace/dspace-postgres-pgcrypto:dspace-7_x-loadsql
Expand Down
4 changes: 0 additions & 4 deletions dspace/src/main/docker-compose/db.restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# tree and available online at
#
# http://www.dspace.org/license/
#

version: "3.7"

#
# Overrides the default "dspacedb" container behavior to load a local SQL file into PostgreSQL.
#
Expand Down
2 changes: 0 additions & 2 deletions dspace/src/main/docker-compose/docker-compose-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#
# http://www.dspace.org/license/
#

version: '3.7'
networks:
dspacenet:
services:
Expand Down
3 changes: 1 addition & 2 deletions dspace/src/main/docker-compose/docker-compose-iiif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# Test environment for DSpace + Cantaloupe for IIIF support. See README for instructions.
# This should NEVER be used in production scenarios.
#
version: '3.7'
networks:
dspacenet:
services:
Expand All @@ -36,4 +35,4 @@ services:
CANTALOUPE_SOURCE_STATIC: 'HttpSource'
# Notice this URL accesses the 'dspace' container, port 8080, which is the container running the REST API.
CANTALOUPE_HTTPSOURCE_BASICLOOKUPSTRATEGY_URL_PREFIX: 'http://dspace:8080/server/api/core/bitstreams/'
CANTALOUPE_HTTPSOURCE_BASICLOOKUPSTRATEGY_URL_SUFFIX: '/content'
CANTALOUPE_HTTPSOURCE_BASICLOOKUPSTRATEGY_URL_SUFFIX: '/content'
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# Test environment for DSpace + Shibboleth (running via mod_shib in Apache). See README for instructions.
# This should NEVER be used in production scenarios.
#
version: '3.7'
networks:
dspacenet:
services:
Expand Down
Loading