Skip to content
Snippets Groups Projects
Commit c1e73070 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad
Browse files

Remove unnecessary value

parent 599d49b6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# build cmd: COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build
# run cmd: docker-compose up -d
version: '3.8'
version: "3.8"
services:
proxy:
image: reallibrephotos/librephotos-proxy:${tag}
......@@ -62,7 +62,6 @@ services:
- REDIS_HOST=redis
- REDIS_PORT=6379
- MAPBOX_API_KEY=${mapApiKey}
- TIME_ZONE=${timeZone}
- WEB_CONCURRENCY=${gunniWorkers}
- SKIP_PATTERNS=${skipPatterns}
- DEBUG=0
......
......@@ -34,9 +34,6 @@ adminEmail=admin@example.com
# Secret Key. Get one here https://rb.gy/emgmwo (Shortened random.org link)
shhhhKey=D2VymuMn2gAhx4tmAawd
# Time zone https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-TIME_ZONE
timeZone=America/Denver
#What port should Libre Photos be accessed at (Default 3000)
httpPort=3000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment