burkkyy / clipbot

The Unlicense
0 stars 0 forks source link

Basic Enviroment to deploy clipbot #7

Open burkkyy opened 3 weeks ago

burkkyy commented 3 weeks ago

Context

Currently not obvious how to start and stop clipbot

Implementation

Use docker to create an enviroment for clipbot and deploy that enviroment with ease of use.

Example usage

Start up

docker compose up -d

Shutdown

docker compose down