File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# This image will be published as dspace/dspace-angular
2
2
# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
3
3
4
- FROM node:14-alpine
4
+ FROM docker.io/ node:14-alpine
5
5
WORKDIR /app
6
6
ADD . /app/
7
7
EXPOSE 4000
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ version: "3.7"
16
16
17
17
services :
18
18
dspace-cli :
19
- image : " ${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
19
+ image : " docker.io/ ${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
20
20
container_name : dspace-cli
21
21
environment :
22
22
# Below syntax may look odd, but it is how to override dspace.cfg settings via env variables.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ version: "3.7"
16
16
17
17
services :
18
18
dspacedb :
19
- image : dspace/dspace-postgres-pgcrypto:loadsql
19
+ image : docker.io/ dspace/dspace-postgres-pgcrypto:loadsql
20
20
environment :
21
21
# This LOADSQL should be kept in sync with the URL in DSpace/DSpace
22
22
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
solr__P__server : http://dspacesolr:8983/solr
33
33
depends_on :
34
34
- dspacedb
35
- image : dspace/dspace:dspace-7_x-test
35
+ image : docker.io/ dspace/dspace:dspace-7_x-test
36
36
networks :
37
37
dspacenet :
38
38
ports :
@@ -65,7 +65,7 @@ services:
65
65
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
66
66
LOADSQL : https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-data.sql
67
67
PGDATA : /pgdata
68
- image : dspace/dspace-postgres-pgcrypto:loadsql
68
+ image : docker.io/ dspace/dspace-postgres-pgcrypto:loadsql
69
69
networks :
70
70
dspacenet :
71
71
stdin_open : true
@@ -76,7 +76,7 @@ services:
76
76
dspacesolr :
77
77
container_name : dspacesolr
78
78
# Uses official Solr image at https://hub.docker.com/_/solr/
79
- image : solr:8.11-slim
79
+ image : docker.io/ solr:8.11-slim
80
80
# Needs main 'dspace' container to start first to guarantee access to solr_configs
81
81
depends_on :
82
82
- dspace
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ services:
39
39
# proxies.trusted.ipranges: This setting is required for a REST API running in Docker to trust requests
40
40
# from the host machine. This IP range MUST correspond to the 'dspacenet' subnet defined above.
41
41
proxies__P__trusted__P__ipranges : ' 172.23.0'
42
- image : dspace/dspace:dspace-7_x-test
42
+ image : docker.io/ dspace/dspace:dspace-7_x-test
43
43
depends_on :
44
44
- dspacedb
45
45
networks :
@@ -69,7 +69,7 @@ services:
69
69
container_name : dspacedb
70
70
environment :
71
71
PGDATA : /pgdata
72
- image : dspace/dspace-postgres-pgcrypto
72
+ image : docker.io/ dspace/dspace-postgres-pgcrypto
73
73
networks :
74
74
dspacenet :
75
75
ports :
@@ -83,7 +83,7 @@ services:
83
83
dspacesolr :
84
84
container_name : dspacesolr
85
85
# Uses official Solr image at https://hub.docker.com/_/solr/
86
- image : solr:8.11-slim
86
+ image : docker.io/ solr:8.11-slim
87
87
# Needs main 'dspace' container to start first to guarantee access to solr_configs
88
88
depends_on :
89
89
- dspace
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
DSPACE_REST_HOST : localhost
25
25
DSPACE_REST_PORT : 8080
26
26
DSPACE_REST_NAMESPACE : /server
27
- image : dspace/dspace-angular:dspace-7_x
27
+ image : docker.io/ dspace/dspace-angular:dspace-7_x
28
28
build :
29
29
context : ..
30
30
dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments