Skip to content

SmartPot Web Portal is an intuitive interface for managing and monitoring hydroponic tomato and lettuce gardens. It offers real-time control of environmental conditions, irrigation and lighting automation, and data analysis to optimize the growth of your crops.

Notifications You must be signed in to change notification settings

SmartPotTech/SmartPot-Web

Repository files navigation

SmartPot-Web

Netlify Status

Deployment

1. Creación de la Imagen Docker

  1. Ejecuta el siguiente comando para construir la imagen Docker a partir del Dockerfile:

    docker build -t sebastian190030/web-smartpot .
    • Esto construirá la imagen web-smartpot con el tag latest.
    • Si necesitas especificar una plataforma (por ejemplo, para garantizar compatibilidad en diferentes arquitecturas), puedes agregar la opción --platform linux/amd64 al comando.

    Ejemplo con plataforma:

    docker build --platform linux/amd64 -t sebastian190030/web-smartpot .

    Esto asegura que la imagen será compatible con la arquitectura amd64 (común en servidores y equipos de desarrollo).


3. Publicación de la Imagen en Docker Hub

  1. Inicia sesión en Docker Hub desde la terminal:

    docker login
    • Introduce tu usuario Docker Hub (sebastian190030) y la contraseña cuando se te solicite.
  2. Sube la imagen a tu repositorio en Docker Hub:

    docker push sebastian190030/web-smartpot:latest
    • Este comando subirá la imagen al repositorio público en Docker Hub con el nombre sebastian190030/web-smartpot y el tag latest.
    • Si la imagen no tiene un tag explícito, Docker usará el tag latest por defecto.

About

SmartPot Web Portal is an intuitive interface for managing and monitoring hydroponic tomato and lettuce gardens. It offers real-time control of environmental conditions, irrigation and lighting automation, and data analysis to optimize the growth of your crops.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •