Skip to content

Commit

Permalink
added age
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Aug 19, 2024
1 parent 2d8b024 commit e2de89c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16
FROM apache/age:latest

COPY ./create-multiple-databases.sh /docker-entrypoint-initdb.d/create-multiple-databases.sh
RUN chmod +x /docker-entrypoint-initdb.d/create-multiple-databases.sh
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 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.
for multiple databases and users, when running in a Docker environment, it also comes in
cluded with the Apache AGE extension.

## Usage

Expand Down

0 comments on commit e2de89c

Please sign in to comment.