Skip to content

comunidadehubconnect/easypaneleasyappointments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Seja bem-vindo ao Guia de Instalação EasyPanel Easyappointments 🚀

👉 Participe da Comunidade HubConnect 👈



Comando para Instalar EasyPanel

curl -sSL https://get.easypanel.io | sh

Adicione nome de Project

48098522-0c485df00f5cadb0d329061c35fee46c

Clique na aba Templates

48098535-90f9b4f370bb8b06cfd7e4acf0ee0f97

Va ate final da pagina

image

Adicione codigo abaixo dentro do Schema

image

{
  "services": [
    {
      "type": "app",
      "data": {
        "projectName": "easyappointments",
        "serviceName": "easyappointments",
        "source": {
          "type": "image",
          "image": "alextselegidis/easyappointments:latest"
        },
        "domains": [
          {
            "host": "$(EASYPANEL_DOMAIN)",
            "port": 80
          }
        ],
        "env":"BASE_URL=https://$(PRIMARY_DOMAIN) \nDEBUG_MODE=TRUE \nDB_HOST=mysql \nDB_NAME=easyappointments \nDB_USERNAME=root \nDB_PASSWORD=secret",
         "mounts": [
          {
            "type": "volume",
            "name": "easyapointments_data",
            "mountPath": "/var/www/html"
          }
         ]
      }
    },
    {
      "type": "mysql",
      "data": {
        "projectName": "easyappointments-db",
        "serviceName": "easyappointments-db",
        "password": "70e05e5240972e6af71e"
      }
    }
  ]
}

Pronto tudo Funcionando ✅😎

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published