refactor(ops): Migración de servicio TFM hacia 'apps' con habilitación DNS aislada en puerto 80

This commit is contained in:
Ricardo Monla
2026-02-25 18:58:33 -03:00
parent ac4d9068cc
commit 5704313002
6 changed files with 21 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
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
# 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