waku-org/go-waku

View on GitHub
.github/docker-compose/postgres.yml

Summary

Maintainability
Test Coverage
services:
  postgres:
    environment:
      - POSTGRES_HOST_AUTH_METHOD=trust
    image: "postgres:9.6-alpine"
    ports:
      - "5432:5432"