mirror of
https://github.com/valitydev/exporter-limits.git
synced 2024-11-06 08:35:22 +00:00
11 lines
197 B
YAML
11 lines
197 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
postgresql:
|
||
|
image: postgres:13
|
||
|
ports:
|
||
|
- "5432:5432"
|
||
|
environment:
|
||
|
POSTGRES_USER: postgres
|
||
|
POSTGRES_PASSWORD: postgres
|
||
|
POSTGRES_DB: daway
|