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: