go-waku/.github/docker-compose/postgres.yml

8 lines
143 B
YAML

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