A simple Postgres container for docker (or podman).
To use with Docker, you should be able to run the standard docker-compose commands docker-compose up and docker-compose down. You should also be able to comment out the podman section in the start and stop scripts and uncomment the docker parts if you want.
- To start the container, run the
startscript. - To stop the container, run the
stopscript. - To create a systemd service file, run the
./systemd-container-service-file-generatescript- Use the
--podmanflag to generate a systemd service file that will runpodmanwhile usingdocker-composeas the container orchestrator.
- Use the