Make redis port flexible
This commit is contained in:
parent
6cb2f67a8c
commit
f9463a715d
@ -42,7 +42,7 @@ services:
|
|||||||
DB_PASSWORD: ${DB_PASSWORD}
|
DB_PASSWORD: ${DB_PASSWORD}
|
||||||
DB_NAME: ${DB_NAME}
|
DB_NAME: ${DB_NAME}
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
REDIS_PORT: ${REDIS_PORT}
|
REDIS_PORT: 6379
|
||||||
SMTP_HOST: ${SMTP_HOST}
|
SMTP_HOST: ${SMTP_HOST}
|
||||||
SMTP_PORT: ${SMTP_PORT}
|
SMTP_PORT: ${SMTP_PORT}
|
||||||
SMTP_SECURE: ${SMTP_SECURE}
|
SMTP_SECURE: ${SMTP_SECURE}
|
||||||
|
|||||||
@ -42,7 +42,7 @@ services:
|
|||||||
DB_PASSWORD: ${DB_PASSWORD}
|
DB_PASSWORD: ${DB_PASSWORD}
|
||||||
DB_NAME: ${DB_NAME}
|
DB_NAME: ${DB_NAME}
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
REDIS_PORT: ${REDIS_PORT}
|
REDIS_PORT: 6379
|
||||||
SMTP_HOST: ${SMTP_HOST}
|
SMTP_HOST: ${SMTP_HOST}
|
||||||
SMTP_PORT: ${SMTP_PORT}
|
SMTP_PORT: ${SMTP_PORT}
|
||||||
SMTP_SECURE: ${SMTP_SECURE}
|
SMTP_SECURE: ${SMTP_SECURE}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user