Skip to content

Commit

Permalink
Merge pull request #204 from antleaf/i265-mount-branding-volume
Browse files Browse the repository at this point in the history
mount /data/public/branding
  • Loading branch information
nabeta authored Apr 25, 2020
2 parents 9a1b53d + 187841c commit 4eedddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ FITS_PATH=/fits/fits-1.3.0/fits.sh
FITS_VERSION=fits-1.3.0
UPLOADS_PATH=/shared/uploads/
CACHE_PATH=/shared/cache/
BRAND_PATH=/data/public/branding
DEFAULT_DATE_FORMAT=%d/%m/%Y
NOTIFICATIONS_EMAIL_DEFAULT_FROM_ADDRESS="[email protected]"
[email protected]
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ services:
- app:${UPLOADS_PATH}
- app:${DERIVATIVES_PATH}
- app:${CACHE_PATH}
- app:${BRAND_PATH}
networks:
internal:

Expand Down

0 comments on commit 4eedddb

Please sign in to comment.