forked from baron/baron-sso
fix(deploy): use Gitea container registry domain for grafana-sms-webhook image
This commit is contained in:
@@ -109,7 +109,7 @@ services:
|
|||||||
- baron_net
|
- baron_net
|
||||||
|
|
||||||
grafana-sms-webhook:
|
grafana-sms-webhook:
|
||||||
image: ${SMS_WEBHOOK_IMAGE_NAME:-ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
image: ${SMS_WEBHOOK_IMAGE_NAME:-gitea.hmac.kr/ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
||||||
container_name: grafana_sms_webhook
|
container_name: grafana_sms_webhook
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -536,7 +536,7 @@ services:
|
|||||||
- baron_net
|
- baron_net
|
||||||
|
|
||||||
grafana-sms-webhook:
|
grafana-sms-webhook:
|
||||||
image: ${SMS_WEBHOOK_IMAGE_NAME:-ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
image: ${SMS_WEBHOOK_IMAGE_NAME:-gitea.hmac.kr/ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
||||||
container_name: grafana_sms_webhook
|
container_name: grafana_sms_webhook
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ services:
|
|||||||
|
|
||||||
grafana-sms-webhook:
|
grafana-sms-webhook:
|
||||||
# 저장소 주소: https://gitea.hmac.kr/ai-team/grafana-sms-webhook
|
# 저장소 주소: https://gitea.hmac.kr/ai-team/grafana-sms-webhook
|
||||||
image: ${SMS_WEBHOOK_IMAGE_NAME:-ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
image: ${SMS_WEBHOOK_IMAGE_NAME:-gitea.hmac.kr/ai-team/grafana-sms-webhook}:${IMAGE_TAG:-latest}
|
||||||
container_name: grafana_sms_webhook
|
container_name: grafana_sms_webhook
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user