Sha256: 9175fb76b67b96c88cd150a33a8264321201e65919a6e8399507df668ca3109a

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

version: "3.3"
services:
  db:
    build:
      context: .
      args:
        - PGVERSION=${PGVERSION:-16}
    ports:
      - "5432:5432"
    environment:
      - POSTGRES_PASSWORD=${PGPASSWORD:-postgres}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_ha_migrations-1.8.0 docker-compose.yml