darokviana / serverness

Nginx server with Certbot, configured to run in Docker Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverness 🚀

Este repositório contém o código para um servidor básico Nginx com Certbot, configurado para ser executado em Docker Compose com baixa configuração inicial. Este projeto ainda está em desenvolvimento e visa proporcionar uma configuração simples para hospedagem de sites ou aplicativos da web.

Pré-requisitos

Para executar este servidor, você precisará ter o Docker instalado em seu sistema. Você pode baixar e instalar o Docker em Get Started with Docker.

Configuração Inicial

  1. Clone este repositório para o seu sistema local:

    git clone https://github.com/darokviana/serverness.git
  2. Navegue até o diretório do projeto:

    cd serverness
  3. Execute o Docker Compose para construir e iniciar os contêineres:

    docker-compose up -d

Isso iniciará o servidor Nginx e o Certbot em contêineres Docker, conforme especificado no arquivo docker-compose.yml.

Aviso Legal

Este projeto é fornecido "como está" e sem garantias de qualquer tipo, expressas ou implícitas. Use por sua própria conta e risco.


Serverness 🚀

This repository contains the code for a basic Nginx server with Certbot, configured to run in Docker Compose with low initial setup. This project is still in development and aims to provide a simple configuration for hosting websites or web applications.

Prerequisites

To run this server, you will need to have Docker installed on your system. You can download and install Docker from Get Started with Docker.

Initial Setup

  1. Clone this repository to your local system:

    git clone https://github.com/darokviana/serverness.git
  2. Navigate to the project directory:

    cd serverness
  3. Run Docker Compose to build and start the containers:

    docker-compose up -d

This will start the Nginx server and Certbot in Docker containers as specified in the docker-compose.yml file.

Disclaimer

This project is provided "as is" and without warranties of any kind, express or implied. Use at your own risk.

About

Nginx server with Certbot, configured to run in Docker Compose