diff --git a/docker-compose-notification.yaml b/docker-compose-notification.yaml new file mode 100644 index 00000000..32b9b310 --- /dev/null +++ b/docker-compose-notification.yaml @@ -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"