Postgres container networking and startup details
masterWhen using docker compose to manage these containers, the following behavior is observed:
- Port Binding: Containers are bound to specific port ranges based on their SSL configuration:
- SSL images: Ports
3543x(where x is the instance identifier). - Non-SSL images: Ports
4543x.
- SSL images: Ports
- Startup Process: Upon container startup, the
setup_[type].shscript is executed inside the image. This script:- Configures logging.
- Generates self-signed SSL certificates (only for
ssltype images).