Skip to content

Commit

Permalink
fix : docker-compose-prod.yml 운영 서버 식별 이름 변경 ( backend-dev -> backend…
Browse files Browse the repository at this point in the history
…-prod )
  • Loading branch information
LHS-11 committed Feb 26, 2024
1 parent 0b7ba1b commit f33eb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "6379:6379"

backend-dev:
backend-prod:
container_name: backend-prod
image: limhwasup/gifty-server-prod
build:
Expand All @@ -30,7 +30,7 @@ services:
dockerfile: Dockerfile
context: ./config/nginx/prod
depends_on:
- backend-dev
- backend-prod
ports:
- "80:80"
- "443:443" # Add port for HTTPS
Expand Down

0 comments on commit f33eb95

Please sign in to comment.