mirror of
https://github.com/sassanix/Warracker.git
synced 2026-05-04 15:29:11 -05:00
6012874391
Docker compose for those who don't want to create the docker image themselves
9 lines
232 B
Bash
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 |