Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat: add attachment binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouuu committed Mar 21, 2024
1 parent 9ace1a0 commit b1c1399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
projeqtor:
image: nospy/projeqtor:latest
depends_on:
- mysql_service
- mysql
volumes:
- projeqtor_documents:/mnt/documents
- projeqtor_attachments:/mnt/attachments
Expand Down
1 change: 1 addition & 0 deletions config/parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
$logLevel = getenv('PJT_LOG_LEVEL');
$enforceUTF8 = getenv('PJT_ENFORCE_UTF8');
$documentRoot = '/mnt/documents/';
$paramAttachmentDirectory = '/mnt/attachments/';
$logFile = '/mnt/logs/projeqtor_${date}.log';
$paramDefaultLocale = 'en';
$paramDefaultTimezone="Europe/Paris";
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
projeqtor:
image: nospy/projeqtor:latest
depends_on:
- mysql_service
- mysql
volumes:
- projeqtor_documents:/mnt/documents
- projeqtor_attachments:/mnt/attachments
Expand Down

0 comments on commit b1c1399

Please sign in to comment.