Skip to content

davkorss/pgadmin4-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pgadmin4-ts

pgAdmin 4 Tiny Service

Usage

  • Remember to add the postgres-local docker network to your PostgreSQL services
version: "3.9"
services:
  postgres:
    image: "postgres"
    networks:
      - postgres-local
networks:
  postgres-local:
    name: postgres-local
  • Let's clone and run the tiny service
#!/bin/bash
git clone https://github.com/davkorss/pgadmin4-ts.git
cd pgadmin4-ts
docker-compose up -d --build

About

pgAdmin 4 Tiny Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published