mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-16 18:06:45 +00:00
11 lines
164 B
YAML
11 lines
164 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
db:
|
||
|
image: postgres:9.6-alpine
|
||
|
restart: always
|
||
|
environment:
|
||
|
POSTGRES_PASSWORD: test123
|
||
|
ports:
|
||
|
- "5432:5432"
|