ae40a00b8f
* Data Observatory stub * Fix sqlx in CI * Add troubleshooting tips for sqlx * Update CI paths to trigger for this package * Add this to CI upload binary build
14 lines
220 B
YAML
14 lines
220 B
YAML
services:
|
|
postgres:
|
|
image: postgres:13
|
|
container_name: nym-data-observatory-pg
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "5432:5432"
|
|
volumes:
|
|
- pgdata:/var/lib/postgresql/data
|
|
|
|
volumes:
|
|
pgdata:
|