How to install Postgresql and pgAdmin on Docker

Поделиться
HTML-код
  • Опубликовано: 12 июл 2024
  • 0:00 intro
    1:21 Creating the docker-compose file
    3:46 Creating a folder on the host for a docker volume
    4:27 Port forwarding for the postgres container and pgAdmin container
    5:38 Running the containers with docker-compose up
    6:10 Accessing pgAdmin from the web browser
    6:50 Connecting to the postgreSQL server from pgAdmin
  • НаукаНаука

Комментарии • 8

  • @pedromakengo1724
    @pedromakengo1724 4 месяца назад +1

    Thank you very much, this video saved me from a two-day bug, really good content, congratulations on the teaching

    • @absprog
      @absprog  3 месяца назад

      Thanks for your kind words!👍

  • @beforeyourimmigrants8471
    @beforeyourimmigrants8471 3 месяца назад +1

    Man you were really good. Everything was clear and understandable and easy to follow along

    • @absprog
      @absprog  3 месяца назад +1

      Thanks for your kind words!👍

  • @trentcox9239
    @trentcox9239 3 месяца назад

    so many other vids got me doin a docker inspect on the container to get the bloody ip address. was as simple as using the service name i set in docker-compose. nice vid mate. life saver.

    • @absprog
      @absprog  3 месяца назад

      Thanks for your kind words!👍

  • @pavfrang
    @pavfrang 5 месяцев назад

    The "db" part for the hostname/address in the pgadmin Connection tab was not expected! I thought it would be "localhost" instead.
    Thank you!