mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-05 19:17:29 -06:00
16 lines
325 B
YAML
16 lines
325 B
YAML
services:
|
|
drizzle-gateway:
|
|
image: ghcr.io/drizzle-team/gateway:latest
|
|
ports:
|
|
- "4984:4983"
|
|
depends_on:
|
|
- db
|
|
environment:
|
|
- STORE_PATH=/app
|
|
- DATABASE_URL=postgresql://postgres:password@db:5432/postgres
|
|
volumes:
|
|
- drizzle-gateway-data:/app
|
|
|
|
volumes:
|
|
drizzle-gateway-data:
|