Commit inicial del cotizador 3D

This commit is contained in:
ganglyglub2-gif
2025-11-07 11:20:45 -06:00
commit 39ad677f6b
12 changed files with 1256 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
web:
build: .
container_name: printer3d
ports:
- "8080:80"
volumes:
- ./www:/var/www/html
- ./profiles:/app/profiles
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini # <-- Agregado para subir archivos grandes
stdin_open: true
tty: true