forked from baron/baron-sso
fix(deploy): remove grafana-sms-webhook from compose templates again
This commit is contained in:
@@ -108,23 +108,6 @@ services:
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
grafana-sms-webhook:
|
||||
image: ${SMS_WEBHOOK_IMAGE_NAME:-gitea.hmac.kr/ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
||||
container_name: grafana_sms_webhook
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NAVER_CLOUD_ACCESS_KEY=${NAVER_CLOUD_ACCESS_KEY}
|
||||
- NAVER_CLOUD_SECRET_KEY=${NAVER_CLOUD_SECRET_KEY}
|
||||
- NAVER_CLOUD_SERVICE_ID=${NAVER_CLOUD_SERVICE_ID}
|
||||
- NAVER_SENDER_PHONE_NUMBER=${NAVER_SENDER_PHONE_NUMBER}
|
||||
- MONITOR_RECIPIENT_PHONES=${MONITOR_RECIPIENT_PHONES}
|
||||
ports:
|
||||
- "${SMS_WEBHOOK_PORT:-8080}:8080"
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:2.9.0
|
||||
container_name: baron_promtail
|
||||
|
||||
@@ -535,23 +535,6 @@ services:
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
grafana-sms-webhook:
|
||||
image: ${SMS_WEBHOOK_IMAGE_NAME:-gitea.hmac.kr/ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
||||
container_name: grafana_sms_webhook
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NAVER_CLOUD_ACCESS_KEY=${NAVER_CLOUD_ACCESS_KEY}
|
||||
- NAVER_CLOUD_SECRET_KEY=${NAVER_CLOUD_SECRET_KEY}
|
||||
- NAVER_CLOUD_SERVICE_ID=${NAVER_CLOUD_SERVICE_ID}
|
||||
- NAVER_SENDER_PHONE_NUMBER=${NAVER_SENDER_PHONE_NUMBER}
|
||||
- MONITOR_RECIPIENT_PHONES=${MONITOR_RECIPIENT_PHONES}
|
||||
ports:
|
||||
- "${SMS_WEBHOOK_PORT:-8080}:8080"
|
||||
networks:
|
||||
- baron_net
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:2.9.0
|
||||
container_name: baron_promtail
|
||||
|
||||
Reference in New Issue
Block a user