refactor(app): add email environment variable
This commit is contained in:
parent
aef446c540
commit
86c021ecf6
@ -18,6 +18,11 @@ services:
|
|||||||
- ./arkids-main-app-backend/src:/app-backend/src
|
- ./arkids-main-app-backend/src:/app-backend/src
|
||||||
networks:
|
networks:
|
||||||
- arkids-network
|
- arkids-network
|
||||||
|
environment:
|
||||||
|
EMAIL_LOGIN: 'ksv741-test@yandex.ru'
|
||||||
|
EMAIL_PASSWORD: 'vytjrxwzqcnmbpja'
|
||||||
|
EMAIL_HOST: 'smtp.yandex.ru'
|
||||||
|
EMAIL_PORT: 465
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: arkids-main-frontend:development
|
image: arkids-main-frontend:development
|
||||||
@ -39,8 +44,9 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
BACKEND_API_HOST: 'arkids-main-backend-development'
|
SERVER_SIDE_BACKEND_API_PORT: '5000'
|
||||||
BACKEND_API_PORT: 5000
|
SERVER_SIDE_BACKEND_API_HOST: 'arkids-main-backend-development'
|
||||||
|
BACKEND_API_HOST: 'localhost'
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:stable-alpine
|
image: nginx:stable-alpine
|
||||||
|
|||||||
@ -13,6 +13,11 @@ services:
|
|||||||
- '5000:5000'
|
- '5000:5000'
|
||||||
networks:
|
networks:
|
||||||
- arkids-network
|
- arkids-network
|
||||||
|
environment:
|
||||||
|
EMAIL_LOGIN: 'ksv741-test@yandex.ru'
|
||||||
|
EMAIL_PASSWORD: 'vytjrxwzqcnmbpja'
|
||||||
|
EMAIL_HOST: 'smtp.yandex.ru'
|
||||||
|
EMAIL_PORT: 465
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: arkids-main-frontend:0.1.0
|
image: arkids-main-frontend:0.1.0
|
||||||
@ -31,8 +36,9 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
BACKEND_API_HOST: 'arkids-main-backend-production'
|
SERVER_SIDE_BACKEND_API_PORT: '5000'
|
||||||
BACKEND_API_PORT: 5000
|
SERVER_SIDE_BACKEND_API_HOST: 'arkids-main-backend-production'
|
||||||
|
BACKEND_API_HOST: 'arkids.ru'
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:stable-alpine
|
image: nginx:stable-alpine
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user