update local run setup
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
qananasikq
2026-04-10 19:46:02 +03:00
parent db2fa5ec17
commit 2cbefbde93
6 changed files with 200 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ services:
POSTGRES_PASSWORD: iaai
POSTGRES_DB: iaai_scraper
ports:
- "5432:5432"
- "127.0.0.1:5432:5432"
volumes:
- pgdata:/var/lib/postgresql/data
healthcheck:
@@ -60,7 +60,7 @@ services:
container_name: iaai-redis
restart: unless-stopped
ports:
- "6379:6379"
- "127.0.0.1:6379:6379"
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 5s
@@ -94,7 +94,7 @@ services:
container_name: iaai-api
restart: unless-stopped
ports:
- "8000:8000"
- "127.0.0.1:8000:8000"
depends_on:
migrate:
condition: service_completed_successfully