Skip to content

rafinhacuri/logs-docker

Repository files navigation

🐳 Logs-Docker Setup Guide

Welcome to Logs-Docker β€” a lightweight environment to get your logging stack up and running quickly with Docker.


βœ… Quick Start Checklist

πŸ”§ Step 1 β€” Install Prerequisites

  • Install Docker
  • Install Docker Compose
    πŸ‘‰ Official guide: Get Docker

πŸ“¦ Step 2 β€” Get the docker-compose.yaml

Choose one of the options below to download the configuration file:

πŸ”½ Using curl
curl -L -o docker-compose.yaml https://raw.githubusercontent.com/rafinhacuri/logs-docker/main/docker-compose.yaml
πŸ”½ Using wget
wget -O docker-compose.yaml https://raw.githubusercontent.com/rafinhacuri/logs-docker/main/docker-compose.yaml

Alternatively, copy it directly from the example file.


πŸ“ Step 3 β€” Configure Environment

Download and prepare your .env file:

πŸ”½ Using curl
curl -L -o .env https://raw.githubusercontent.com/rafinhacuri/logs-docker/main/.env.example
πŸ”½ Using wget
wget -O .env https://raw.githubusercontent.com/rafinhacuri/logs-docker/main/.env.example

Then edit the .env with your database, ports, and other settings.


πŸš€ Step 4 β€” Launch Services

Run the following commands:

docker compose pull
docker compose up -d --force-recreate

πŸ” Step 5 β€” Verify Installation

Check running containers:

docker compose ps

If all services show as Up, you’re ready! πŸŽ‰


πŸ“œ License

Licensed under the MIT License
Β© 2025 Rafael Curi Leonardo

License: MIT

About

🐳 system that collects all the logs from running dockers and sends them to telegram and discord

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors