coollabsio / pocketbase

Unofficial Pocketbase docker images for ARM & AMD
52 stars 12 forks source link

feat: change from cmd to entrypoint to support encryption env, fixes #31 #34

Closed janbiasi closed 1 month ago

janbiasi commented 2 months ago

Change from CMD to ENTRYPOINT to allow settings encryption for Pocketbase. I will also update the coolify template for pocketbase once this gets merged.

orenaksakal commented 1 month ago

current implementation is following the docker file template provided by pocketbase https://pocketbase.io/docs/going-to-production/#using-docker

but I understand entrypoint is needed for template changes 👍