Skip to content

Commit

Permalink
feat: notification docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Aug 1, 2024
1 parent d09e4d0 commit 8b4e705
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose-notification.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
application:
container_name: backgu-notification
image: 730335493019.dkr.ecr.ap-northeast-2.amazonaws.com/backgu-repository:notification
ports:
- "18080:8080"
restart: on-failure
environment:
KAFKA_BOOTSTRAP_SERVERS: "10.0.5.59:9092"

0 comments on commit 8b4e705

Please sign in to comment.