Welcome to Logs-Docker β a lightweight environment to get your logging stack up and running quickly with Docker.
- Install Docker
- Install Docker Compose
π Official guide: Get Docker
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.yamlAlternatively, copy it directly from the example file.
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.exampleThen edit the .env with your database, ports, and other settings.
Run the following commands:
docker compose pull
docker compose up -d --force-recreateCheck running containers:
docker compose psIf all services show as Up, youβre ready! π
Licensed under the MIT License
Β© 2025 Rafael Curi Leonardo