This repository provides a Dockerized setup for deploying Olog, an electronic logbook application for managing and sharing scientific or industrial logs. It simplifies the installation and configuration process for Olog.
- Olog in Docker: Deploy the Olog logbook with Docker for easy setup.
- Scalable Deployment: Easily deploy and manage instances in any environment.
- Pre-configured Setup: Includes default configurations to get started quickly.
- Docker installed on your system.
- Docker Compose installed.
-
Clone the repository:
git clone https://github.com/your-username/docker-olog.git
cd docker-olog -
Start the Docker containers:
docker-compose up -d -
Access Olog in your browser:
http://localhost:8080
- Edit the
docker-compose.yml
file to customize settings such as ports or volumes. - Update the environment variables in the
.env
file to configure Olog. - Restart the containers to apply changes:
docker-compose down
docker-compose up -d
docker-compose.yml
: Defines the Docker services for Olog..env
: Environment variable configurations.README.md
: Documentation for the repository.
-
Check Logs:
docker-compose logs -
Restart Containers:
docker-compose restart
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature -
Commit your changes:
git commit -m "Add your feature" -
Push the branch:
git push origin feature/your-feature -
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Streamline log management with this Dockerized Olog setup! ππ³