Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
58fed3ba
Verified
Commit
58fed3ba
authored
5 months ago
by
Pascal Ernster
Browse files
Options
Downloads
Patches
Plain Diff
WIP: docker-compose.development.yml: Publish ports only to localhost
parent
ff980d95
Branches
feature/generic-docker-compose.yml
No related tags found
No related merge requests found
Pipeline
#18137
canceled
4 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.development.yml
+8
-4
8 additions, 4 deletions
docker-compose.development.yml
with
8 additions
and
4 deletions
docker-compose.development.yml
+
8
−
4
View file @
58fed3ba
...
...
@@ -28,7 +28,8 @@ services:
expose
:
-
8080
ports
:
-
8080:8080
-
[::
1
]
:8080:8080
-
127.0.0.1:8080:8080
volumes
:
-
fcrepo:/data
...
...
@@ -47,7 +48,8 @@ services:
expose
:
-
8983
ports
:
-
8983:8983
-
[::
1
]
:8983:8983
-
127.0.0.1:8983:8983
volumes
:
-
solr:/var/solr
-
./hyrax/solr/conf:/opt/solr/solr_conf
...
...
@@ -129,7 +131,8 @@ services:
expose
:
-
3000
ports
:
-
3000:3000
-
[::
1
]
:3000:3000
-
127.0.0.1:3000:3000
volumes
:
-
file_uploads:${UPLOADS_PATH}
-
derivatives:${DERIVATIVES_PATH}
...
...
@@ -166,7 +169,8 @@ services:
expose
:
-
6379
ports
:
-
6379:6379
-
[::
1
]
:6379:6379
-
127.0.0.1:6379:6379
healthcheck
:
test
:
[
"
CMD-SHELL"
,
"
redis-cli
ping"
]
interval
:
30s
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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