Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Database Configuration
# These environment variables are used by all services to connect to the database
# For production, use strong passwords and keep this file secure

DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db
DB_PORT=5432
DB_NAME=postgres

# Redis Configuration (optional)
REDIS_HOST=redis
82 changes: 0 additions & 82 deletions .github/workflows/call-docker-build-result.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/call-docker-build-vote.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/call-docker-build-worker.yaml

This file was deleted.

Loading