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

docker.docker-compose.yml Maven / Gradle / Ivy

Go to download

This extension shares database deployment information from Liquibase to DBmarlin's timeline for context and insights into database performance.

The newest version!
version: '3.3'

services:

 postgres-13:
    image: postgres:13
    ports:
      - "5432:5432"
    restart: always
    environment:
      POSTGRES_PASSWORD: secret
      POSTGRES_DB: nyc_data
    volumes:
      - "./postgres-init.sh:/docker-entrypoint-initdb.d/postgres-init.sh"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy