replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Introduce docker compose file #282

Open RoyalGamerTV opened 1 month ago

RoyalGamerTV commented 1 month ago

I created a docker and compose file for the Binner service.

If you are starting the compose file it is importand that the appsettings.json and the compiled project in archieved form are in the same directory as the compose file. You will also need a databank folder named "db" in the same directory for the bind mount.

In the compose file you have to adjust the Timezone and the mariadb credentials.