kptncook icon indicating copy to clipboard operation
kptncook copied to clipboard

Docker Container

Open ValleBL opened this issue 1 year ago • 1 comments

First of all: Great project!

I've spent the last evening to play arround and set up the application. Doing that I thought about a docker container to run everything. I never built a container by myself, but I want to try that with the KptnCook Integration.

If someone already created a container or push me in the right directon I would really appricatiate. If not I will update this issue/enhancemant when I got a working container

ValleBL avatar May 26 '24 17:05 ValleBL

i build a super basic container that fetches from kptncook everyday and syncs it with mealie, its not perfect but I'm not motivated to put more work into it lol.

I can provide you the Dockerfile. To build the container you need the following folder structure: -Dockerfile (remove .txt) -.env -kptncook --checked out repo

Dockerfile.txt

You have to build the image and then run it. Dont forget to set credentials and api stuff in the environment

Kadz93 avatar Oct 09 '24 13:10 Kadz93