Skip to content

Commit

Permalink
Merge pull request #473 from boostcampwm2023/Config/WE/#472
Browse files Browse the repository at this point in the history
Config/WE/#472: GitHub Repository secrets 수정 및 docker-compose의 host 연결
  • Loading branch information
Capoomaru authored Apr 6, 2024
2 parents ab0ced2 + ae2ff4e commit f250888
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
- X_NCP_CLOVASTUDIO_REQUEST_ID=${X_NCP_CLOVASTUDIO_REQUEST_ID}
expose:
- 3000
extra_hosts:
- host.docker.internal:host-gateway
redis:
image: "redis:6.0.9-alpine"
expose:
Expand All @@ -31,8 +33,8 @@ services:
frontend:
image: ${DOCKER_REPO}:latest
ports:
- 80:80
- 443:443
- "80:80"
- "443:443"

volumes:
- ./conf/nginx.conf:/etc/nginx/conf.d/nginx.conf
Expand Down

0 comments on commit f250888

Please sign in to comment.