Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
c060099f
Commit
c060099f
authored
5 years ago
by
Terry Brady
Browse files
Options
Downloads
Patches
Plain Diff
run angular on its own
parent
5dfc2fff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+0
-47
0 additions, 47 deletions
docker-compose.yml
with
0 additions
and
47 deletions
docker-compose.yml
+
0
−
47
View file @
c060099f
...
...
@@ -2,21 +2,6 @@ version: '3.7'
networks
:
dspacenet
:
services
:
dspace
:
container_name
:
dspace
image
:
"
${DOCKER_OWNER:-dspace}/dspace:${DSPACE_VER:-dspace-7_x-jdk8-test}"
depends_on
:
-
dspacedb
networks
:
dspacenet
:
ports
:
-
published
:
8080
target
:
8080
stdin_open
:
true
tty
:
true
volumes
:
-
assetstore:/dspace/assetstore
-
./to_be_determined/local.cfg:/dspace/config/local.cfg
dspace-angular
:
container_name
:
dspace-angular
depends_on
:
...
...
@@ -45,36 +30,4 @@ services:
tty
:
true
volumes
:
-
./to_be_determined/environment.dev.js:/app/config/environment.dev.js
dspacedb
:
container_name
:
dspacedb
environment
:
PGDATA
:
/pgdata
image
:
dspace/dspace-postgres-pgcrypto
networks
:
dspacenet
:
stdin_open
:
true
tty
:
true
volumes
:
-
pgdata:/pgdata
dspacesolr
:
container_name
:
dspacesolr
image
:
dspace/dspace-solr
networks
:
dspacenet
:
ports
:
-
published
:
8983
target
:
8983
stdin_open
:
true
tty
:
true
volumes
:
-
solr_authority:/opt/solr/server/solr/authority/data
-
solr_oai:/opt/solr/server/solr/oai/data
-
solr_search:/opt/solr/server/solr/search/data
-
solr_statistics:/opt/solr/server/solr/statistics/data
volumes
:
assetstore
:
pgdata
:
solr_authority
:
solr_oai
:
solr_search
:
solr_statistics
:
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment