#docker #dockercompose #dockerpostgres #postgresql #postgres #pgadmin
Please Support - https://www.buymeacoffee.com/almighty...
---------------------------------
docker-compose.yml
---------------------------------
version: '3.8'
services:
postgres:
container_name: postgres
image: postgres
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: book-db
ports:
5432:5432
pgadmin:
container_name: pgadmin
image: dpage/pgadmin4
restart: always
environment:
PGADMIN_DEFAULT_EMAIL: miightyjava@gmail.com
PGADMIN_DEFAULT_PASSWORD: password
ports:
80:80
On this page of the site you can watch the video online Dockerize Postgres DB and PgAdmin client using docker-comose.yml file with a duration of hours minute second in good quality, which was uploaded by the user Almighty Java 17 September 2022, share the link with friends and acquaintances, this video has already been watched 1,041 times on youtube and it was liked by 20 viewers. Enjoy your viewing!