This is a simple extensions to the PostgresSQL 15 Database Container, to provide support for multiple databases and users, when running in a Docker environment, it also comes in cluded with the Apache AGE extension.
The following environment variables are supported:
POSTGRES_MULTIPLE_DATABASE=database1,database2
POSTGRES_PASSWORD: $THE_GLOBAL_PASSWORD
POSTGRES_USER: $THE_GLOBAL_USER
To persist the data, you can mount a volume to the following path:
volumes:
- /path/to/mount:/var/lib/postgresql/data
- Add arm 64 support
- Switch to stable release