services:
webapp:
image: nginx:latest # Imagen base
ports:
- "80" # Puerto expuesto
volumes:
- ./app:/usr/share/nginx/html # Volumen para archivos