Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
POC Mirador
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
POC Mirador
Merge requests
!3
Basic docker stack to build and serve Mirador
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Basic docker stack to build and serve Mirador
2_serves_local_files
into
main
Overview
2
Commits
3
Pipelines
0
Changes
9
Closed
Basic docker stack to build and serve Mirador
David Beniamine
requested to merge
2_serves_local_files
into
main
Sep 21, 2022
Overview
2
Commits
3
Pipelines
0
Changes
9
Issue
#1 (closed)
0
0
Merge request reports
Compare
main
version 2
d3ded9de
Sep 26, 2022
version 1
96c9477f
Sep 21, 2022
main (base)
and
version 2
latest version
d3ded9de
3 commits,
Sep 26, 2022
version 2
d3ded9de
4 commits,
Sep 26, 2022
version 1
96c9477f
2 commits,
Sep 21, 2022
9 files
+
46
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
.env.template
0 → 100644
+
7
−
0
View file @ d3ded9de
# host port
PORT=8080
# container restart policy
RESTART=unless-stopped
# HTTP folder, will be served at http://localhost:$PORT/data
# use absolute path or relative path starting with ./
HTTP_FOLDER=./www
Loading