EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vs-starter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Data Handling
vs-starter
Merge requests
!2
Dem app deploy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dem app deploy
dem-app-deploy
into
main
Overview
0
Commits
5
Pipelines
3
Changes
3
Merged
Lubomir Dolezal
requested to merge
dem-app-deploy
into
main
3 years ago
Overview
0
Commits
5
Pipelines
3
Changes
2
Expand
adds
dem-app
deployment config
https://gitlab.eox.at/esa/prism/dem-app
adds
ENABLE_HTTP_ACCESS
to both registrar and renderer, as both can initiate stack
enable HTTP_ACCESS for all slugs
Edited
3 years ago
by
Lubomir Dolezal
0
0
Merge request reports
Compare
version 1
version 2
52d8be44
3 years ago
version 1
b8777126
3 years ago
main (base)
and
latest version
latest version
39b7b2a7
5 commits,
3 years ago
version 2
52d8be44
4 commits,
3 years ago
version 1
b8777126
3 commits,
3 years ago
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
vs_starter/templates/docker-compose.instance.yml
+
1
−
1
Options
@@ -418,7 +418,7 @@ secrets:
volumes
:
- type
:
bind
source
:
./config/index.html
target
:
/index.html
target
:
/opt/client
/index.html
networks
:
- extnet
deploy
:
Loading