forked from GunGonGamLee/ft_transcendence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: docker에서 redoc 사용 가능하게 함 (GunGonGamLee#416)
* build: 백엔드 컨테이너에 프론트엔드의 아바타 폴더 볼륨 연결 - 아바타 업로드를 위함 * build: 백엔드 static 파일은 nginx에 연결 * build: static_volume 대신 backend static 볼륨 마운트 * feat: debug = False여도 redoc은 동작하게 함 * build: init.sh 파일 실행 위치 변경 - backend.src 모듈을 못 찾는 관계로 init.sh을 컨테이너의 루트가 아닌 backend 폴더의 루트로 옮김 * build: 백엔드 daphne 설정 시 필요한 .env 복사 * build: env path 수정 - env path를 기존 /backend/../.env에서 /.env로 수정 * build: static-volume으로 백엔드 static 파일 관리
- Loading branch information
Showing
4 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters