Skip to content

Commit 75667f6

Browse files
committed
chore: trigger deployment
1 parent 5dc255e commit 75667f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,13 @@ services:
7070
- app-network
7171

7272
spring-boot:
73-
# ✅ GHCR 이미지
74-
image: ghcr.io/your-github-username/fivelogic:latest
73+
image: ghcr.io/prgms-web-devcourse-final-project/fivelogic:latest
7574
container_name: spring-boot
7675
depends_on:
7776
- kafka
7877
ports:
7978
- "8080:8080"
8079
environment:
81-
# ✅ 프로파일만! 나머지는 application-prod.yml에서
8280
- SPRING_PROFILES_ACTIVE=prod
8381
networks:
8482
- app-network

0 commit comments

Comments
 (0)