hkp-clavis/docker-compose.yaml

10 lines
211 B
YAML
Raw Normal View History

2025-08-06 22:31:43 +05:00
services:
postgres_test:
image: postgres:17-alpine
environment:
POSTGRES_DB: test_hagrid_db
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_password
ports:
- "5433:5432"