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