Skip to content

Commit d8462a5

Browse files
authored
Merge pull request #6 from 2ghrms/oci-migration
fix: AI 관련 환경변수 중복 제거
2 parents d5aac82 + f8ef996 commit d8462a5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

clokey-api/dev-compose.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@ services:
7777
SWAGGER_USERNAME: ${SWAGGER_USERNAME}
7878
SWAGGER_PASSWORD: ${SWAGGER_PASSWORD}
7979

80-
AI_SERVER_IP: ${AI_SERVER_IP}
81-
CLOTH_INFERENCE_PATH: ${CLOTH_INFERENCE_PATH}
82-
STYLE_INFERENCE_PATH: ${STYLE_INFERENCE_PATH}
83-
CLOTH_DETECT_PATH: ${CLOTH_DETECT_PATH}
84-
85-
# MeilieSearch
80+
# MeiliSearch
8681
MEILISEARCH_ENDPOINT: ${MEILISEARCH_ENDPOINT}
8782
MEILISEARCH_KEY: ${MEILISEARCH_KEY}
8883

0 commit comments

Comments
 (0)