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
|
||||
|
||||
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
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
||||
@@ -536,7 +536,7 @@ services:
|
||||
- baron_net
|
||||
|
||||
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
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user