feat(docker-compose): add override configuration for webapp service with debug environment variable and new port mapping

This commit is contained in:
Mauricio Siu
2025-04-12 17:48:12 -06:00
parent cb3a114ed3
commit 488c7849b4

View File

@@ -0,0 +1,6 @@
services:
webapp:
environment:
- DEBUG=1 # Agrega una variable de entorno
ports:
- "80" # Agrega un nuevo puerto (se concatenará con el original)