15 lines
305 B
Bash
15 lines
305 B
Bash
POSTGRES_DB: monitoring_db
|
|
POSTGRES_USER: adminMonitoring
|
|
POSTGRES_PASSWORD: monitoringDbApp
|
|
POSTGRES_PORT=5353
|
|
POSTGRES_HOST=db
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
|
|
SERVER_PORT=8080
|
|
|
|
MAIL_HOST_PROD=postfix-production
|
|
MAIL_PORT_PROD=25
|
|
MAIL_USERNAME_PROD=noreply@nocopy.com
|
|
SMTP_PASSWORD_PROD=nocopy!nocopy! |