Install
Docker
Install LogChimp using Docker Compose
The Docker Compose Community is officially maintained by the core team.
If Docker
or Docker Compose
is not installed on your machine/server, refer to the Docker Compose installation docs.
You can easily kick-start your LogChimp site in 2 easy steps.
Step 1. Prepare .env
file
Prepare the .env
file on your server by copying the contents from the /docker/community/.env.example
file of
LogChimp repository.
Tip
You can refer to Environment Variables page to see full list of variables along with its description and default values.
Step 2. Run Docker services
docker compose \
-f ./docker/community/docker-compose.yml \
--env-file ./docker/community/.env \
up -d
After running these commands successfully, you can access your LogChimp at http://localhost:3000
.