From e8b4f7136ce884cb6be9eef1e2b9e55eeef31bf5 Mon Sep 17 00:00:00 2001 From: NGUYEN DINH Quoc-Huy <contact@quoc-huy.com> Date: Thu, 26 Mar 2020 17:07:07 +1100 Subject: [PATCH] Use images.hive.blog in docker-compose scripts --- docker-compose.prod.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index be44482cd..26e318403 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -11,9 +11,9 @@ services: SDC_SERVER_STEEMD_URL: https://api.hive.blog SDC_DISABLE_SIGNUPS: 1 SDC_SITE_DOMAIN: hive.blog - SDC_IMAGE_PROXY_PREFIX: https://steemitimages.com/ - SDC_UPLOAD_IMAGE_URL: https://steemitimages.com - SDC_HELMET_CONNECTSRC: "'self' steemit.com https://api.hive.blog api.blocktrades.us https://hive.blog https://steemitimages.com" + SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/ + SDC_UPLOAD_IMAGE_URL: https://images.hive.blog + SDC_HELMET_CONNECTSRC: "'self' steemit.com https://api.hive.blog api.blocktrades.us https://hive.blog https://images.hive.blog" WALLET_URL: https://wallet.hive.blog networks: - condenser_reverse-proxy @@ -30,9 +30,9 @@ services: # SDC_SERVER_STEEMD_URL: https://api.hive.blog # SDC_DISABLE_SIGNUPS: 1 # SDC_SITE_DOMAIN: staging.hive.blog -# SDC_IMAGE_PROXY_PREFIX: https://steemitimages.com/ -# SDC_UPLOAD_IMAGE_URL: https://steemitimages.com -# SDC_HELMET_CONNECTSRC: "'self' https://api.hive.blog https://staging.hive.blog https://steemitimages.com" +# SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/ +# SDC_UPLOAD_IMAGE_URL: https://images.hive.blog +# SDC_HELMET_CONNECTSRC: "'self' https://api.hive.blog https://staging.hive.blog https://images.hive.blog" # WALLET_URL: https://wallet.hive.blog # networks: # - condenser_reverse-proxy -- GitLab