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

Commit

Permalink
add attachements mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouuu committed Mar 21, 2024
1 parent f8ca7f6 commit 9ace1a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ENV PHP_MAX_INPUT_VARS=4000 \

# Create persistent storage volumes for documents and logs
VOLUME /mnt/documents/
VOLUME /mnt/attachments/
VOLUME /mnt/logs/


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The **available Projeqtor tags** in this image include:
**Volumes:**

- /mnt/documents
- /mnt/attachments
- /mnt/logs

*Note: Read and write (rw) access is required for both volumes.*
Expand Down Expand Up @@ -98,6 +99,7 @@ services:
- mysql_service
volumes:
- projeqtor_documents:/mnt/documents
- projeqtor_attachments:/mnt/attachments
- projeqtor_logs:/mnt/logs
ports:
- "25:25"
Expand All @@ -118,5 +120,6 @@ services:
volumes:
mysql_data:
projeqtor_documents:
projeqtor_attachments:
projeqtor_logs:
```
2 changes: 2 additions & 0 deletions docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- mysql_service
volumes:
- projeqtor_documents:/mnt/documents
- projeqtor_attachments:/mnt/attachments
- projeqtor_logs:/mnt/logs
ports:
- "25:25"
Expand All @@ -32,6 +33,7 @@ services:
volumes:
mysql_data:
projeqtor_documents:
projeqtor_attachments:
projeqtor_logs:

networks:
Expand Down

0 comments on commit 9ace1a0

Please sign in to comment.