Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mirador File Uploader
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
Mirador
Mirador File Uploader
Commits
eec9c6a2
Commit
eec9c6a2
authored
1 year ago
by
David Rouquet
Browse files
Options
Downloads
Patches
Plain Diff
Update .env
parent
30d092e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env
+6
-14
6 additions, 14 deletions
.env
with
6 additions
and
14 deletions
.env
+
6
−
14
View file @
eec9c6a2
COMPOSE_FILE=docker-compose.yml:traefik.yml
COMPOSE_FILE=docker-compose.yml:traefik.yml
# prod server host port
PORT=8080
# prod container restart policy
# prod container restart policy
RESTART=always
RESTART=always
# dev server host port
DEV_PORT=9000
HTTP_FOLDER=./upload
# dev server container restart policy
DEV_RESTART=unless-stopped
# HTTP folder, will be served at http://localhost:$PORT/data
# use absolute path or relative path starting with ./
HTTP_FOLDER=./filebrowser_root/www
# hosts allowed to access ressources from $HTTP_FOLDER
# hosts allowed to access ressources from $HTTP_FOLDER
# * to allow all, http://localhost:$DEV_PORT to allow only devserver
# * to allow all, http://localhost:$DEV_PORT to allow only devserver
CORS_ALLOWED_HOSTS=*
CORS_ALLOWED_HOSTS=*
...
@@ -19,7 +11,7 @@ CORS_ALLOWED_HOSTS=*
...
@@ -19,7 +11,7 @@ CORS_ALLOWED_HOSTS=*
# It should be localhost on dev mode, an something like annotot.yourservice.com in production
# It should be localhost on dev mode, an something like annotot.yourservice.com in production
# For production only
# For production only
# For traefik (optionnal)
# For traefik (optionnal)
NAME=
filebrowseropen
NAME=
scene-uploads
HOST=
filebrowser
.tetras-libre.fr
HOST=
scene-uploads
.tetras-libre.fr
HTTPD_NAME=
filesopen
HTTPD_NAME=
expose-scene-uploads
HTTPD_HOST=
file
s.tetras-libre.fr
HTTPD_HOST=
expose-scene-upload
s.tetras-libre.fr
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