Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FIRST_SUPERUSER_PASSWORD=changethis
EMAIL_TEST_USER="test@example.com"

# Postgres

# If using Docker Compose, Server = 'db'
POSTGRES_SERVER=localhost
POSTGRES_PORT=5432
POSTGRES_DB=ai_platform
Expand All @@ -46,13 +46,15 @@ AWS_DEFAULT_REGION=ap-south-1
AWS_S3_BUCKET_PREFIX="bucket-prefix-name"

# RabbitMQ Configuration (Celery Broker)
# If using Docker Compose, host = rabbitmq
RABBITMQ_HOST=localhost
RABBITMQ_PORT=5672
RABBITMQ_USER=guest
RABBITMQ_PASSWORD=guest
RABBITMQ_VHOST=/

# Redis Configuration (Celery Result Backend)
# If using Docker Compose, host = redis
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
Expand Down
102 changes: 0 additions & 102 deletions docker-compose.dev.yml

This file was deleted.

98 changes: 0 additions & 98 deletions docker-compose.override.yml

This file was deleted.

77 changes: 0 additions & 77 deletions docker-compose.traefik.yml

This file was deleted.

Loading