Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flog 부활시키기 #155

Open
hanjo8813 opened this issue Dec 25, 2021 · 1 comment
Open

flog 부활시키기 #155

hanjo8813 opened this issue Dec 25, 2021 · 1 comment
Labels
Backend 백엔드 관련 Environment 환경설정 관련 Frontend 프론트엔드 관련

Comments

@hanjo8813
Copy link
Member

hanjo8813 commented Dec 25, 2021

도커 이미지가 ubuntu여서 서버가 계속 뻗는것 같음.
최적화 필요

dockerfile 빌드시 리눅스에서 librosa가 필요로 하는 의존성 설치해줘야함
참고 : https://stackoverflow.com/questions/61235346/librosa-raised-oserrorsndfile-library-not-found-in-docker

@hanjo8813 hanjo8813 added Backend 백엔드 관련 Environment 환경설정 관련 labels Dec 25, 2021
hanjo8813 added a commit that referenced this issue Dec 25, 2021
@hanjo8813
Copy link
Member Author

hanjo8813 commented Dec 26, 2021

프론트엔드 배포를 netlify로 하고 있는데, 다른 레포에다가 물려놨음. (매우 불편)
해당 netlify에 도메인까지 물려놔서 빌드 타겟을 FLOG 레포로 변경

origin 관리가 매우 불편해서 이도 수정함
(원래라면 npm start 할때 환경변수로 넣어줘야함)

const origin = {
	// express : "http://localhost:3000/api" ,
    // flask : "http://localhost:5000/api" ,
    // socket : "http://localhost:5000" ,
    express : "https://flogexpress.hanjo.xyz/api" ,
    flask : "https://flogflask.hanjo.xyz/api" ,
    socket : "https://flogflask.hanjo.xyz" ,
};

export default origin;

@hanjo8813 hanjo8813 changed the title flask 서버 dockerfile 최적화 flog 서버 부활시키기 Dec 26, 2021
@hanjo8813 hanjo8813 changed the title flog 서버 부활시키기 flog 부활시키기 Dec 26, 2021
@hanjo8813 hanjo8813 added Frontend 프론트엔드 관련 Environment 환경설정 관련 and removed Environment 환경설정 관련 labels Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 백엔드 관련 Environment 환경설정 관련 Frontend 프론트엔드 관련
Projects
None yet
Development

No branches or pull requests

1 participant