docker icon indicating copy to clipboard operation
docker copied to clipboard

Is there a way that's been documented anywhere for deploying this without building anything locally?

Open Leopere opened this issue 3 years ago • 2 comments

In production environments like docker swarm, you cannot build a container and can only pull containers. Is there a way in which someone could deploy this with environment variables, and it just will sort itself out without having to git clone build and run?

Leopere avatar Jul 29 '22 18:07 Leopere

#141 and #142 are feature requests geared towards making this possible from a straight docker pull.

Would it be helpful to have instructions on how to push your own image to your own container registry (like Docker Hub)?

krumware avatar Jul 29 '22 18:07 krumware

Pushing containers is relatively easy, but maintaining your own private or public containers would litter up the registry with redundancy. I also wonder how much of the settings for the Postgres container would get pushed from the local compile.

Leopere avatar Aug 07 '22 13:08 Leopere