Reestructuración modular integral de servicios, reorganización de gestión en docs/ y limpieza profunda del repositorio

This commit is contained in:
Ricardo Monla
2026-03-06 18:03:07 -03:00
parent 15725e0b3c
commit ac9bdf516b
286 changed files with 36187 additions and 112775 deletions
@@ -0,0 +1,14 @@
services:
apps:
image: tinyfilemanager/tinyfilemanager:master
container_name: srvv-apps
restart: always
ports:
- "8082:80"
volumes:
- /mnt/ns8Disco2/DTIC_APPs/:/var/www/html/data
- ./index.php:/var/www/html/index.php
- ./translation.json:/var/www/html/translation.json
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
# Persist config if needed, or mount specific config.php
# - ./config.php:/var/www/html/config.php
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
upload_max_filesize = 10G
post_max_size = 10G
memory_limit = 1024M
max_execution_time = 3600
max_input_time = 3600