mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
12 lines
243 B
YAML
12 lines
243 B
YAML
version: '3.7'
|
|
services:
|
|
postgres:
|
|
image: "postgres:12.2"
|
|
ports:
|
|
- "5490:5432"
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: postgres
|
|
POSTGRES_DB: stacks_blockchain_api
|
|
POSTGRES_PORT: 5432
|