mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 06:46:24 +00:00
fcd7f33d9b
This is needed because currently the GitHub Actions only supports starting a docker container in a Linux runners.
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"
|