Using an existing Postgres 16 instance instead of ossapps/postgres image? #453
Answered
by
krokosik
GiamBoscaro
asked this question in
Q&A
-
|
I have a Postgres 16 container running that hosts already a few DBs from my services. I would like to have also the SplitPro database in there, but I have seen that in the docker installation here in the repo it is being used a custom image
|
Beta Was this translation helpful? Give feedback.
Answered by
krokosik
Oct 22, 2025
Replies: 1 comment 1 reply
-
|
I suppose you can do that. Our image is only for adding pg_cron indeed, which won't be needed until |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GiamBoscaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose you can do that. Our image is only for adding pg_cron indeed, which won't be needed until
1.6is released.