mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-19 16:53:35 -04:00
10 lines
188 B
YAML
10 lines
188 B
YAML
services:
|
|
postgres:
|
|
image: postgres:16
|
|
environment:
|
|
POSTGRES_DB: workflows
|
|
POSTGRES_USER: workflows
|
|
POSTGRES_PASSWORD: workflows
|
|
ports:
|
|
- "5433:5432"
|