| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project uses Docker-Compose to orchestrate a ToDo list application that encompasses several microservices. The architecture consists of backend servers, a socket server, a database, Redis, a frontend, an Nginx proxy, and phpMyAdmin.
Clone the Repository
git clone https://github.com/JonasPfi/SynchronizedDistributedTodoList.gitCreate .env File
Copy the .env.example file and adjust the values for your environment:
cp .env.example .envStart Docker Containers
Start the Docker containers in the background:
docker-compose up -dCheck
View Logs
To view the logs of a specific container:
docker-compose logs <SERVICE_NAME>Example:
docker-compose logs frontendStop Containers
To stop and remove all containers:
docker-compose downThe .env file contains the following variables:
Ports may need to be adjusted in the docker-compose.yaml & nginx.conf files!
| Back | FazBrowse Home | New Git URL |