Docker Compose Deployment
The easiest way to self-host ItsFriday is using Docker Compose.Quick Start
Manual Setup
1. Clone Repository
2. Configure Environment
3. Start Services
4. Run Migrations
5. Create Admin User
Service Architecture
Configuration Files
docker-compose.yml (Development)
Starts only infrastructure services:docker-compose.prod.yml (Production)
Full stack with all services:Common Commands
View Logs
Restart Services
Update Application
Shell Access
Data Management
Backup
Restore
Troubleshooting
Container won't start
Container won't start
Database connection error
Database connection error
Out of disk space
Out of disk space