Files
Warracker/Docker/.env.example
T
sassanix 6012874391 Docker Compose
Docker compose for those who don't want to create the docker image themselves
2025-03-26 19:26:50 -03:00

9 lines
232 B
Bash

# Database configuration
DB_PASSWORD=warranty_password
DB_ADMIN_PASSWORD=change_this_password_in_production
# Email configuration
SMTP_HOST=localhost
SMTP_PORT=1025
SMTP_USERNAME=youremail@email.com
SMTP_PASSWORD=your_smtp_password