mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-21 01:28:17 +00:00
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"
|