Skip to content

Instantly share code, notes, and snippets.

View austin2035's full-sized avatar
🐢
I may be slow to respond.

Andy austin2035

🐢
I may be slow to respond.
  • Home Lab
  • Earth
View GitHub Profile
@austin2035
austin2035 / postgresql-postgrest-docker.yml
Last active February 19, 2025 15:51
postgresql-postgrest-docker.yml
version: '3'
services:
server:
image: postgrest/postgrest
ports:
- "8002:8002"
environment:
# 使用 postgres 超级用户
PGRST_DB_URI: postgres://postgres:your_password@db:5432/app_db