Skip to content

karlbrown87/PostgreSQL-PgAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL+PgAgent+Docker

This repository is to allow you to run PostgreSQL database together with pgAgent in one container. PgAgent gives you ability to run recurring jobs inside database.

Build the image

$ docker build . -t postgres-pgagent:12.3

Run the image

$ docker run -d -p 5432:5432 
    -e POSTGRES_USER=username -e POSTGRES_PASSWORD=password \
    -v pgdata:/var/lib/postgresql/data \
    --restart=alway \
    postgres-pgagent:12.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published