Agentic-Reliability-Framework-API / docker-compose.test.yml
petter2025's picture
Upload folder using huggingface_hub (#3)
6d20eab
raw
history blame
242 Bytes
version: '3.8'
services:
postgres:
image: postgres:15-alpine
environment:
POSTGRES_USER: testuser
POSTGRES_PASSWORD: testpass
POSTGRES_DB: testdb
ports:
- "5432:5432"
tmpfs: /var/lib/postgresql/data