We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc255e commit 75667f6Copy full SHA for 75667f6
docker-compose.yml
@@ -70,15 +70,13 @@ services:
70
- app-network
71
72
spring-boot:
73
- # ✅ GHCR 이미지
74
- image: ghcr.io/your-github-username/fivelogic:latest
+ image: ghcr.io/prgms-web-devcourse-final-project/fivelogic:latest
75
container_name: spring-boot
76
depends_on:
77
- kafka
78
ports:
79
- "8080:8080"
80
environment:
81
- # ✅ 프로파일만! 나머지는 application-prod.yml에서
82
- SPRING_PROFILES_ACTIVE=prod
83
networks:
84
0 commit comments