All Downloads are FREE. Search and download functionalities are using the official Maven repository.

database-compose.docker-compose_postgres-12.yaml Maven / Gradle / Ivy

The newest version!
version: "3.4"

services:
  postgres:
    image: postgres:12
    ports:
       - "5432:5432"
    environment:
       - POSTGRES_USER=postgres
       - POSTGRES_PASSWORD=demo
    command: postgres




© 2015 - 2025 Weber Informatics LLC | Privacy Policy