Follow these steps to set up and run Trimly using Docker Compose:
- Install Docker and Docker Compose on your system.
-
Clone the Repository:
git clone https://github.com/arthu/Trimly.git cd Trimly -
Start the Application: Run the following command to start the application:
docker-compose up -d
-
Access the Application: Open your browser and navigate to
http://localhost:3000.
To stop the running services:
docker-compose downYou're all set to use Trimly with Docker Compose!
To update Trimly to the latest version:
-
Pull the Latest Changes: Navigate to the project directory and pull the latest changes:
git pull origin main
-
Rebuild the Services: Rebuild the Docker images to apply the updates:
docker-compose build
-
Restart the Application: Restart the application to apply the updates:
docker-compose up -d
You're now running the latest version of Trimly!