feat: make side panel Cultivos section read-only and place bed badge on the left

This commit is contained in:
2026-08-11 13:10:55 +00:00
commit a17deb815e
117 changed files with 32924 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
app:
build:
context: .
args:
- VITE_API_URL=/api
ports:
- "8084:80"
volumes:
- mongodb_data:/data/db
environment:
DB_NAME: hospital
ADMIN_DNI: "35242633"
ADMIN_PASSWORD: admin123
ADMIN_NOMBRE: "Sistema"
ADMIN_APELLIDO: "Administrador"
ADMIN_EMAIL: "admin@hospital.local"
restart: unless-stopped
volumes:
mongodb_data: