diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index be44482cd8d29dbca2c4ea7a3f7696973f877972..26e3184037ffb1d0c2c4bfe253f443bfaa1e947c 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