Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339757
D6891.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D6891.diff
View Options
diff --git a/docker/conf/loader.yml b/docker/conf/loader.yml
--- a/docker/conf/loader.yml
+++ b/docker/conf/loader.yml
@@ -9,7 +9,7 @@
revision: 1000
- cls: filter
- cls: remote
- url: http://swh-storage:5002/
+ url: http://nginx:5080/storage
celery:
task_broker: amqp://guest:guest@amqp//
diff --git a/docker/conf/nginx.conf b/docker/conf/nginx.conf
--- a/docker/conf/nginx.conf
+++ b/docker/conf/nginx.conf
@@ -13,7 +13,7 @@
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
- client_max_body_size 100M;
+ client_max_body_size 4G;
# Built-in Docker resolver. Needed to allow on-demand resolution of proxy
# upstreams.
diff --git a/docker/conf/storage.yml b/docker/conf/storage.yml
--- a/docker/conf/storage.yml
+++ b/docker/conf/storage.yml
@@ -3,7 +3,7 @@
db: postgresql:///?service=swh-storage
objstorage:
cls: remote
- url: http://swh-objstorage:5003/
+ url: http://nginx:5080/objstorage
journal_writer:
cls: kafka
args:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 9:53 AM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224246
Attached To
D6891: docker/conf: Align some settings with production ones
Event Timeline
Log In to Comment