Skip to content

Commit

Permalink
add timezone env variable and set change default ownphotos media on t…
Browse files Browse the repository at this point in the history
…he host system docker-compose.yml
  • Loading branch information
Hooram Nam committed Feb 26, 2019
1 parent 479b589 commit e40bc6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
volumes:
# Your photos go here
- $HOME/Pictures/:/data
- media:/code/protected_media
- $HOME/ownphotos_media:/code/protected_media
environment:
- SECRET_KEY=change_meme
# This is backend host from within the service, you dont need to change this
Expand All @@ -63,6 +63,7 @@ services:
- REDIS_HOST=ownphotos-redis
- REDIS_PORT=6379
- MAPBOX_API_KEY=CHANGE_MEAAAA
- TIME_ZONE=UTC
links:
- "ownphotos-db:ownphotos-db"
- "ownphotos-redis:ownphotos-redis"
Expand Down

0 comments on commit e40bc6c

Please sign in to comment.