Skip to content

Commit

Permalink
Env-ified the brand path volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Apr 24, 2020
1 parent 1922c10 commit 187841c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- app:${UPLOADS_PATH}
- app:${DERIVATIVES_PATH}
- app:${CACHE_PATH}
- app:/data/public/branding
- app:${BRAND_PATH}
networks:
internal:

Expand Down

0 comments on commit 187841c

Please sign in to comment.