Skip to content

Repository files navigation

Getting Started with Trimly using Docker Compose

Follow these steps to set up and run Trimly using Docker Compose:

Prerequisites

Steps

  1. Clone the Repository:

    git clone https://github.com/arthu/Trimly.git
    cd Trimly
  2. Start the Application: Run the following command to start the application:

    docker-compose up -d
  3. Access the Application: Open your browser and navigate to http://localhost:3000.

Stopping the Application

To stop the running services:

docker-compose down

You're all set to use Trimly with Docker Compose!

Updating the Application

To update Trimly to the latest version:

  1. Pull the Latest Changes: Navigate to the project directory and pull the latest changes:

    git pull origin main
  2. Rebuild the Services: Rebuild the Docker images to apply the updates:

    docker-compose build
  3. Restart the Application: Restart the application to apply the updates:

    docker-compose up -d

You're now running the latest version of Trimly!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages