Postgres image with ULID extention
951
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:
Content type
Image
Digest
sha256:f009d5535…
Size
611.2 MB
Last updated
about 2 years ago
docker pull yvv4docker/postgres-ulid