-
Notifications
You must be signed in to change notification settings - Fork 7
/
docker-compose.staging.yml
27 lines (26 loc) · 1.21 KB
/
docker-compose.staging.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: "3.7"
services:
hive_condenser_stg:
image: hiveio/condenser:development
container_name: hive_condenser_stg
environment:
VIRTUAL_HOST: staging-blog.hive.ios
VIRTUAL_PORT: 8080
LETSENCRYPT_HOST: staging-blog.hive.io
LETSENCRYPT_EMAIL: [email protected]
SDC_CLIENT_STEEMD_URL: https://api.hive.blog
SDC_SERVER_STEEMD_URL: https://api.hive.blog
SDC_SITE_DOMAIN: staging-blog.hive.io
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 https://anyx.io https://api.openhive.network https://api.hivekings.com https://hivebuzz.me https://peakd.com https://www.reddit.com *.ibytedtos.com"
SDC_HELMET_STYLESRC: "'self' 'unsafe-inline' fonts.googleapis.com platform.twitter.com www.reddit.com cdn.embedly.com *.tiktokcdn.com"
SDC_HELMET_FONTSRC: "data: fonts.gstatic.com cdn.embedly.com"
WALLET_URL: https://wallet.hive.blog
networks:
- reverse-proxy
restart: always
networks:
reverse-proxy:
external:
name: reverse-proxy