logging feature

This commit is contained in:
2026-08-24 18:22:43 +03:00
parent 88bd61d28b
commit 443d40d7b6
8 changed files with 104 additions and 4 deletions
+6
View File
@@ -27,6 +27,9 @@ services:
- type: bind
source: ../uploads
target: /home/excel-project/uploads
- type: bind
source: ../logs
target: /home/excel-project/logs
networks:
- backend
ports:
@@ -53,6 +56,9 @@ services:
- type: bind
source: ../uploads
target: /home/excel-project/uploads
- type: bind
source: ../logs
target: /home/excel-project/logs
networks:
- backend
restart: unless-stopped