jordemort / docker-pleroma

Pleroma in a container
https://hub.docker.com/r/jordemort/pleroma
16 stars 1 forks source link

Add default psql inside the container #19

Closed NewRedsquare closed 2 years ago

NewRedsquare commented 2 years ago

Hello,

Is this possible to add a variable to enable or not a postgresql server inside this container like PSQL_SERVER = y ?

jordemort commented 2 years ago

I didn't end up using this, and I'm only halfheartedly maintaining it, so it's unlikely that I'll put in the effort to do that.

I'd recommend just running the official Postgres container alongside this one. There is an example docker-compose.yml for doing this in the repo: https://github.com/jordemort/docker-pleroma/blob/main/example/docker-compose.yml