Skip to content

Commit

Permalink
Merge pull request DSpace#9522 from tdonohue/remove_compose_version
Browse files Browse the repository at this point in the history
Remove obsolete "version" tag from Docker Compose files
  • Loading branch information
tdonohue authored May 1, 2024
2 parents e903211 + 9ca0ad5 commit c0f454e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion docker-compose-cli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
networks:
# Default to using network named 'dspacenet' from docker-compose.yml.
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
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
2 changes: 0 additions & 2 deletions dspace/src/main/docker-compose/cli.assetstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# http://www.dspace.org/license/
#

version: "3.7"

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

version: "3.7"

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

version: "3.7"

services:
dspacedb:
image: dspace/dspace-postgres-pgcrypto:${DSPACE_VER:-latest}-loadsql
Expand Down
2 changes: 0 additions & 2 deletions dspace/src/main/docker-compose/db.restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# http://www.dspace.org/license/
#

version: "3.7"

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

version: '3.7'
networks:
# Default to using network named 'dspacenet' from docker-compose.yml.
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
Expand Down
1 change: 0 additions & 1 deletion 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:
# Default to using network named 'dspacenet' from docker-compose.yml.
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
Expand Down
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:
# Default to using network named 'dspacenet' from docker-compose.yml.
# Its full name will be prepended with the project name (e.g. "-p d7" means it will be named "d7_dspacenet")
Expand Down

0 comments on commit c0f454e

Please sign in to comment.