Skip to content
Snippets Groups Projects
Commit e8b4f713 authored by NGUYEN DINH Quoc-Huy's avatar NGUYEN DINH Quoc-Huy
Browse files

Use images.hive.blog in docker-compose scripts

parent 3bba905e
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ services: ...@@ -11,9 +11,9 @@ services:
SDC_SERVER_STEEMD_URL: https://api.hive.blog SDC_SERVER_STEEMD_URL: https://api.hive.blog
SDC_DISABLE_SIGNUPS: 1 SDC_DISABLE_SIGNUPS: 1
SDC_SITE_DOMAIN: hive.blog SDC_SITE_DOMAIN: hive.blog
SDC_IMAGE_PROXY_PREFIX: https://steemitimages.com/ SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/
SDC_UPLOAD_IMAGE_URL: https://steemitimages.com 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://steemitimages.com" 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 WALLET_URL: https://wallet.hive.blog
networks: networks:
- condenser_reverse-proxy - condenser_reverse-proxy
...@@ -30,9 +30,9 @@ services: ...@@ -30,9 +30,9 @@ services:
# SDC_SERVER_STEEMD_URL: https://api.hive.blog # SDC_SERVER_STEEMD_URL: https://api.hive.blog
# SDC_DISABLE_SIGNUPS: 1 # SDC_DISABLE_SIGNUPS: 1
# SDC_SITE_DOMAIN: staging.hive.blog # SDC_SITE_DOMAIN: staging.hive.blog
# SDC_IMAGE_PROXY_PREFIX: https://steemitimages.com/ # SDC_IMAGE_PROXY_PREFIX: https://images.hive.blog/
# SDC_UPLOAD_IMAGE_URL: https://steemitimages.com # SDC_UPLOAD_IMAGE_URL: https://images.hive.blog
# SDC_HELMET_CONNECTSRC: "'self' https://api.hive.blog https://staging.hive.blog https://steemitimages.com" # SDC_HELMET_CONNECTSRC: "'self' https://api.hive.blog https://staging.hive.blog https://images.hive.blog"
# WALLET_URL: https://wallet.hive.blog # WALLET_URL: https://wallet.hive.blog
# networks: # networks:
# - condenser_reverse-proxy # - condenser_reverse-proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment