MarsHeer / offtiktokapi

Tiktok API wrapper written in TS for the Offtiktok.com client
https://offtiktok.com
21 stars 1 forks source link

Dockerize for self-hosting #1

Closed accforgithubtest closed 1 month ago

accforgithubtest commented 1 month ago

Looks like a interesting project and thank you for creating it !

Can you please dockerize it ? Makes it a hundred times easier to self-host alongside many other docker applications. I would suggest a single docker container that has both the front end and back-end in a single image, if that is possible.

MarsHeer commented 1 month ago

@accforgithubtest I've just dockerized each container individually.

There are some quirks to merging them into a monorepo and holding them in an single image that I haven't gotten around to resolving yet, but will hopefully get it done in the future :)