File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ class DockerBaseSettings(CommunityDevSettings):
22
22
SLUMBER_API_HOST = 'http://web:8000'
23
23
RTD_EXTERNAL_VERSION_DOMAIN = 'org.dev.readthedocs.build'
24
24
25
- # storage:10000 is running the Azure Blob Storage and it's exposed to the
26
- # host on the same port that user's can access via localhost
27
- STATIC_URL = f'http://localhost:10000/devstoreaccount1/static/'
25
+ STATIC_URL = '/devstoreaccount1/static/'
28
26
29
27
# In the local docker environment, nginx should be trusted to set the host correctly
30
28
USE_X_FORWARDED_HOST = True
@@ -119,7 +117,7 @@ def DATABASES(self): # noqa
119
117
120
118
# Storage backend for build media artifacts (PDF, HTML, ePub, etc.)
121
119
RTD_BUILD_MEDIA_STORAGE = 'readthedocs.storage.azure_storage.AzureBuildMediaStorage'
122
- AZURE_STATIC_STORAGE_HOSTNAME = PRODUCTION_DOMAIN
120
+ AZURE_STATIC_STORAGE_HOSTNAME = 'assets.community.dev.readthedocs.io:10000'
123
121
124
122
# Storage backend for build cached environments
125
123
RTD_BUILD_ENVIRONMENT_STORAGE = 'readthedocs.storage.azure_storage.AzureBuildEnvironmentStorage'
You can’t perform that action at this time.
0 commit comments