pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

add pgagent to pgadmin docker container

Open schmitzkr opened this issue 1 year ago • 1 comments

Describe the solution you'd like

it would be helpful to have pgagent deployable with the docker container.

Describe alternatives you've considered

deploying pgagent in its own container? or a full vm for pgadmin where I can deploy pgagent as well.

Additional context

Add any other context or screenshots about the feature request here.

schmitzkr avatar Jul 31 '24 15:07 schmitzkr

@dpage, can you give your inputs on this?

anilsahoo20 avatar Aug 02 '24 10:08 anilsahoo20

pgAgent should not be in the pgAdmin container - that would go against the single concern principle for containers. It should have it's own Dockerfile and be a standalone container.

dpage avatar Jan 03 '25 11:01 dpage