App Overview

Persistent data storage for events, venues and movies.

Description

A PostgreSQL database to store events, venues and movies. It can be used for CRUD operation. Structures like tables, constraints and triggeres are pre-initialized and must not be changed.

The official PostgreSQL docker image is used: go to Docker Hub

Depends & Provides

Provides a TCP socket for client applications as documented in PostgreSQL’s official documentation. Default listening port is 5432.

The database citycult and the schema public are pre-initialized.

Configuration

Scalability & Lifecycle

  • the image is not configured for High Availability, Load Balancing, and Replication

  • database files must be mounted via volumes to not be lost in case of new containers

Resources

See PostgreSQL’s official documentation.

Monitoring

Logs are written to console.