Servidor de BBDD postgres para medlinecare
3.9K
Docker container for postgres with pg_jobmon and pg_partman installed
This postgres database is designed for use in the medlinecare application
docker container run -d -p 5432:5432 --name medlinecare-database -h medlinecare-database -e POSTGRES_PASSWORD="password" -e DB_NAME=medlinecare -e DB_USER=medlinetec -e DB_PASS="password" medlinecare/postgres
Content type
Image
Digest
Size
76.3 MB
Last updated
about 7 years ago
docker pull medlinecare/postgres