mirror of https://github.com/status-im/go-waku.git
8 lines
143 B
YAML
8 lines
143 B
YAML
|
services:
|
||
|
postgres:
|
||
|
environment:
|
||
|
- POSTGRES_HOST_AUTH_METHOD=trust
|
||
|
image: "postgres:9.6-alpine"
|
||
|
ports:
|
||
|
- "5432:5432"
|