Skip to content

preconfigured multi-db database container build around postgres 15

Notifications You must be signed in to change notification settings

arkitektio/daten-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daten-Server

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.

Usage

Environment Variables

The following environment variables are supported:

POSTGRES_MULTIPLE_DATABASE=database1,database2
POSTGRES_PASSWORD: $THE_GLOBAL_PASSWORD
POSTGRES_USER:  $THE_GLOBAL_USER

Volumes

To persist the data, you can mount a volume to the following path:

volumes:
    - /path/to/mount:/var/lib/postgresql/data

Roadmap

  • Add arm 64 support
  • Switch to stable release

About

preconfigured multi-db database container build around postgres 15

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published