Sign inSign up

yvv4docker/postgres-ulid

By yvv4docker

Updated about 2 years ago

Postgres image with ULID extention

Image
Databases & storage
0

951

yvv4docker/postgres-ulid repository overview

version: "3.9"

services:
  postgres:
    image: yvv4docker/postgres-ulid
    container_name: postgres
    hostname: postgres
    environment:
      - POSTGRES_USER=user
      - POSTGRES_DB=mydb
      - POSTGRES_PASSWORD=secret
      - POSTGRES_ROOT_PASSWORD=secret
    volumes:
      - postgres_data:/var/lib/postgresql/data
    ports:
      - "5432:5432"
    networks:
      - pg-net

networks:
  pg-net:

volumes:
  postgres_data:

Tag summary

Content type

Image

Digest

sha256:f009d5535

Size

611.2 MB

Last updated

about 2 years ago

docker pull yvv4docker/postgres-ulid