mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-18 04:58:52 +02:00
10 lines
239 B
YAML
10 lines
239 B
YAML
postgrest:
|
|
image: postgrest/postgrest
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
PGRST_DB_URI: postgres://username:password@postgres:5432/postgres
|
|
PGRST_DB_SCHEMA: public
|
|
PGRST_DB_ANON_ROLE: postgres
|
|
restart: unless-stopped
|