docker.docker-compose.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liquibase-dbmarlin Show documentation
Show all versions of liquibase-dbmarlin Show documentation
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"