mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-09 20:06:17 +08:00
Several schema files referenced entity files in the docs/api/rosetta directory. They entity files have all been moved to docs/entities/rosetta and references updated.
17 lines
329 B
YAML
17 lines
329 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
|
|
volumes:
|
|
- ./psql-data:/var/lib/postgresql/data/
|
|
|
|
volumes:
|
|
database-data:
|