Skip to content
Snippets Groups Projects
Commit eec9c6a2 authored by David Rouquet's avatar David Rouquet
Browse files

Update .env

parent 30d092e1
No related branches found
No related tags found
No related merge requests found
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=files.tetras-libre.fr HTTPD_HOST=expose-scene-uploads.tetras-libre.fr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment