Page MenuHomeSoftware Heritage
Feed Advanced Search

Dec 1 2021

zack moved T1936: integrate swh-graph into the docker environment from Backlog to Deployed on the Compressed graph service board.
Dec 1 2021, 4:38 PM · Docker environment, Compressed graph service

Nov 16 2021

vlorentz triaged T3732: "swh-web-cron" container errors because it can't connect to postgres as Low priority.
Nov 16 2021, 1:48 PM · Web app, Docker environment

Jul 29 2021

vlorentz closed T1936: integrate swh-graph into the docker environment as Resolved.
Jul 29 2021, 3:51 PM · Docker environment, Compressed graph service

Jul 28 2021

vlorentz added revisions to T1936: integrate swh-graph into the docker environment: D6042: graph: don't run export+compression unless needed, and add documentation, D6038: journalprocessor: Fix deserialize_message raising EOFError on the last message of each assignment.
Jul 28 2021, 4:44 PM · Docker environment, Compressed graph service
ardumont added a comment to T1936: integrate swh-graph into the docker environment.

Plus that documents it a bit in an automatic manner, so *thumbs up*.

Jul 28 2021, 10:37 AM · Docker environment, Compressed graph service

Jul 27 2021

vlorentz added a comment to T1936: integrate swh-graph into the docker environment.

I decided to make the swh-graph container create the compressed graph itself before starting. That's the easiest way to use it AND to implement it IMO.

Jul 27 2021, 5:39 PM · Docker environment, Compressed graph service
vlorentz claimed T1936: integrate swh-graph into the docker environment.
Jul 27 2021, 5:37 PM · Docker environment, Compressed graph service
vlorentz added a revision to T1936: integrate swh-graph into the docker environment: D6028: journalprocessor: Fix freeze on empty offset ranges..
Jul 27 2021, 5:37 PM · Docker environment, Compressed graph service
vlorentz added revisions to T1936: integrate swh-graph into the docker environment: D6029: Add swh-graph to the docker environment, D6030: server: Define make_app_from_configfile so it can be ran by gunicorn.
Jul 27 2021, 5:37 PM · Docker environment, Compressed graph service

May 19 2021

anlambert closed T3326: docker tests on Jenkins: error while removing network as Resolved.

Issue is now solved, closing this.

May 19 2021, 11:19 AM · Continuous Integration, Docker environment
ardumont added a comment to T3326: docker tests on Jenkins: error while removing network.

awesome, thanks :)

May 19 2021, 9:22 AM · Continuous Integration, Docker environment

May 18 2021

vsellier added a comment to T3326: docker tests on Jenkins: error while removing network.

and the build is green ;)

May 18 2021, 7:07 PM · Continuous Integration, Docker environment
anlambert added a comment to T3326: docker tests on Jenkins: error while removing network.
16:50:52 ============================= test session starts ==============================
16:50:52 platform linux -- Python 3.7.3, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
16:50:52 cachedir: .tox/py3/.pytest_cache
16:50:52 rootdir: /var/lib/jenkins/workspace/swh-docker-dev/docker
16:50:52 plugins: testinfra-6.3.0, testinfra-6.0.0
16:50:52 collected 7 items
16:50:52 
16:50:52 tests/test_deposit.py .....                                              [ 71%]
16:53:13 tests/test_git_loader.py .                                               [ 85%]
May 18 2021, 6:57 PM · Continuous Integration, Docker environment
vsellier added a comment to T3326: docker tests on Jenkins: error while removing network.

thanks for having investigated that

May 18 2021, 6:49 PM · Continuous Integration, Docker environment
anlambert added a comment to T3326: docker tests on Jenkins: error while removing network.

So the docker_default network did not get removed since April 20, 2021, see docker network inspect docker_default output below:

15:07:16 [
15:07:16     {
15:07:16         "Name": "docker_default",
15:07:16         "Id": "a0145eb2f5b3f055bfafce7a88289346c4668f3a19f2544122267272cd96f7b3",
15:07:16         "Created": "2021-04-20T02:57:51.141593622Z",
15:07:16         "Scope": "local",
15:07:16         "Driver": "bridge",
15:07:16         "EnableIPv6": false,
15:07:16         "IPAM": {
15:07:16             "Driver": "default",
15:07:16             "Options": null,
15:07:16             "Config": [
15:07:16                 {
15:07:16                     "Subnet": "172.28.0.0/16",
15:07:16                     "Gateway": "172.28.0.1"
15:07:16                 }
15:07:16             ]
15:07:16         },
15:07:16         "Internal": false,
15:07:16         "Attachable": true,
15:07:16         "Ingress": false,
15:07:16         "ConfigFrom": {
15:07:16             "Network": ""
15:07:16         },
15:07:16         "ConfigOnly": false,
15:07:16         "Containers": {},
15:07:16         "Options": {},
15:07:16         "Labels": {
15:07:16             "com.docker.compose.network": "default",
15:07:16             "com.docker.compose.project": "docker",
15:07:16             "com.docker.compose.version": "1.29.1"
15:07:16         }
15:07:16     }
15:07:16 ]
May 18 2021, 5:18 PM · Continuous Integration, Docker environment

May 12 2021

anlambert triaged T3326: docker tests on Jenkins: error while removing network as Normal priority.
May 12 2021, 1:46 PM · Continuous Integration, Docker environment
anlambert created T3326: docker tests on Jenkins: error while removing network.
May 12 2021, 1:46 PM · Continuous Integration, Docker environment

May 4 2021

KShivendu added a comment to T3304: Kafka throws flush timeout error.

If you face this issue, try restarting the containers using docker-compose down and docker-compose up.

May 4 2021, 4:00 PM · Docker environment, Journal
vlorentz triaged T3304: Kafka throws flush timeout error as High priority.
May 4 2021, 12:24 PM · Docker environment, Journal
vlorentz edited projects for T3304: Kafka throws flush timeout error, added: Docker environment; removed Core Loader.
May 4 2021, 12:24 PM · Docker environment, Journal

Apr 8 2021

anlambert closed T3181: docker-dev: fix vault test which fails the build as Resolved by committing rDENV80e43a5fbe72: docker/tests: Fix symlink handling in test_vault_directory.
Apr 8 2021, 4:28 PM · Vault, Development environment, Docker environment
anlambert added a revision to T3181: docker-dev: fix vault test which fails the build: D5455: docker/tests: Fix symlink handling in test_vault_directory.
Apr 8 2021, 2:49 PM · Vault, Development environment, Docker environment
anlambert added a comment to T3181: docker-dev: fix vault test which fails the build.

So either the vault is fine and the test needs to be improved.
Or the vault builds the tarball without taking into account the symlink case.

Apr 8 2021, 12:08 PM · Vault, Development environment, Docker environment

Mar 29 2021

ardumont added projects to T3181: docker-dev: fix vault test which fails the build: Docker environment, Development environment, Vault.
Mar 29 2021, 9:46 AM · Vault, Development environment, Docker environment

Mar 15 2021

vlorentz lowered the priority of T2854: docker: Service Startup Error from High to Normal.

@rendong951 Sorry, but we can't reproduce the issue on our end.

Mar 15 2021, 1:14 PM · Docker environment, Development environment

Feb 18 2021

vlorentz renamed T3059: CODEMETA.json files do not get indexed from CODEMETA.json files do not get indexed to CODEMETA.json files do not get indexed in the docker environment.
Feb 18 2021, 12:46 PM · Easy hack, Indexer

Dec 31 2020

rendong951 added a comment to T2854: docker: Service Startup Error.

I also try command fllowing your reply,the results are the same.

Dec 31 2020, 8:46 AM · Docker environment, Development environment

Dec 29 2020

vlorentz added a comment to T2854: docker: Service Startup Error.

It's not a DNS issue. The error is Could not resolve hostname https:. It shouldn't try to resolve https:, it's a scheme, not a domain name.

Dec 29 2020, 12:45 PM · Docker environment, Development environment
rendong951 added a comment to T2854: docker: Service Startup Error.

Thank you very much for your reply.
I followed your command.[1]

Dec 29 2020, 8:16 AM · Docker environment, Development environment

Dec 18 2020

ardumont added a comment to T2854: docker: Service Startup Error.

Please wrap your stacktrace, excerpt of code, etc... with triple backquote before and after.
So this becomes more readable.
Thanks in advance.

Dec 18 2020, 9:54 AM · Docker environment, Development environment
rendong951 added a comment to T2854: docker: Service Startup Error.

Thank you very much for your reply.
And I follow your guidance,now,all the services are started,but when I save code in my Software Heritage platform, the status always failed, I checked log :
swh-loader_1 | [2020-12-18 02:49:13,495: ERROR/ForkPoolWorker-1] Loading failure, updating to partial status
swh-loader_1 | Traceback (most recent call last):
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/client.py", line 912, in fetch_pack
swh-loader_1 | refs, server_capabilities = read_pkt_refs(proto)
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/client.py", line 215, in read_pkt_refs
swh-loader_1 | for pkt in proto.read_pkt_seq():
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/protocol.py", line 277, in read_pkt_seq
swh-loader_1 | pkt = self.read_pkt_line()
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/protocol.py", line 223, in read_pkt_line
swh-loader_1 | raise HangupException()
swh-loader_1 | dulwich.errors.HangupException: The remote server unexpectedly closed the connection.
swh-loader_1 |
swh-loader_1 | During handling of the above exception, another exception occurred:
swh-loader_1 |
swh-loader_1 | Traceback (most recent call last):
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/core/loader.py", line 318, in load
swh-loader_1 | more_data_to_fetch = self.fetch_data()
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/git/loader.py", line 239, in fetch_data
swh-loader_1 | self.origin.url, self.base_snapshot, do_progress
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/swh/loader/git/loader.py", line 174, in fetch_pack_from_origin
swh-loader_1 | progress=do_activity,
swh-loader_1 | File "/srv/softwareheritage/venv/lib/python3.7/site-packages/dulwich/client.py", line 914, in fetch_pack
swh-loader_1 | raise _remote_error_from_stderr(stderr)
swh-loader_1 | dulwich.errors.HangupException: ssh: Could not resolve hostname https: Temporary failure in name resolution

Dec 18 2020, 4:02 AM · Docker environment, Development environment

Dec 9 2020

ardumont added a revision to T2854: docker: Service Startup Error: D4708: swh-indexer: Fix configuration to add the tools configuration entry.
Dec 9 2020, 7:46 PM · Docker environment, Development environment
ardumont renamed T2854: docker: Service Startup Error from Service Startup Error to docker: Service Startup Error.
Dec 9 2020, 6:40 PM · Docker environment, Development environment
ardumont added a project to T2854: docker: Service Startup Error: Docker environment.
Dec 9 2020, 6:40 PM · Docker environment, Development environment

Sep 28 2020

vsellier closed T2644: swh-docker-dev CI build - broken since build #569 - 404 not found for psql apt repo as Resolved.

I have added the `--pull` option in the job configuration so the python image will always be pulled (if needed) during the build :

Sep 28 2020, 10:59 AM · Docker environment, System administration

Sep 27 2020

vsellier claimed T2644: swh-docker-dev CI build - broken since build #569 - 404 not found for psql apt repo.
Sep 27 2020, 11:36 AM · Docker environment, System administration
vsellier added a comment to T2644: swh-docker-dev CI build - broken since build #569 - 404 not found for psql apt repo.

It seems the python 3.7 images on the jenkins master is quite old :

root@thyssen:~# docker images | grep python
python                     3.7                  a4cc999cf2aa        16 months ago       929MB
Sep 27 2020, 11:36 AM · Docker environment, System administration
vlorentz added a comment to T2644: swh-docker-dev CI build - broken since build #569 - 404 not found for psql apt repo.

I'm guessing it's because $VERSION_CODENAME is empty here: https://forge.softwareheritage.org/source/swh-environment/browse/master/docker/Dockerfile$3

Sep 27 2020, 11:17 AM · Docker environment, System administration
zack triaged T2644: swh-docker-dev CI build - broken since build #569 - 404 not found for psql apt repo as High priority.
Sep 27 2020, 11:10 AM · Docker environment, System administration

Sep 17 2020

ardumont added a comment to T2607: git loader OOM when loading the linux kernel repo.

possibly related to T2373.

Sep 17 2020, 8:51 AM · Git loader

Sep 16 2020

zack updated the task description for T2607: git loader OOM when loading the linux kernel repo.
Sep 16 2020, 8:28 PM · Git loader
zack triaged T2607: git loader OOM when loading the linux kernel repo as Normal priority.
Sep 16 2020, 8:26 PM · Git loader

May 16 2020

ardumont added a comment to D3158: (fix ci?) docker/conf/deposit: Add missing storage entry.

It worked \m/ (that was it).

May 16 2020, 5:19 PM · Docker environment, SWORD deposit
ardumont added a comment to D3158: (fix ci?) docker/conf/deposit: Add missing storage entry.

Hmph, should have changed the commit title ¯\_(ツ)_/¯

May 16 2020, 5:09 PM · Docker environment, SWORD deposit
ardumont closed D3158: (fix ci?) docker/conf/deposit: Add missing storage entry.
May 16 2020, 5:07 PM · Docker environment, SWORD deposit
ardumont updated the summary of D3158: (fix ci?) docker/conf/deposit: Add missing storage entry.
May 16 2020, 5:06 PM · Docker environment, SWORD deposit

May 6 2020

vlorentz updated the task description for T2392: swh-scheduler-listener container crashes when running for the first time.
May 6 2020, 11:23 AM · Docker environment, Scheduling utilities
vlorentz triaged T2392: swh-scheduler-listener container crashes when running for the first time as Normal priority.
May 6 2020, 11:23 AM · Docker environment, Scheduling utilities

Jan 27 2020

vlorentz closed T1575: Kafka clients crash easily in docker-compose environment as Resolved.

Probably doesn't anymore since we moved to confluent-kafka

Jan 27 2020, 4:34 PM · Journal, Docker environment

Dec 11 2019

vlorentz closed T2142: Document how to use Sentry with the docker dev environment as Resolved.
Dec 11 2019, 3:42 PM · Docker environment, Sprint 2019/12 (Monitor and Conquer), Metrics/monitoring
vlorentz moved T2142: Document how to use Sentry with the docker dev environment from in progress to deployed on the Sprint 2019/12 (Monitor and Conquer) board.
Dec 11 2019, 3:40 PM · Docker environment, Sprint 2019/12 (Monitor and Conquer), Metrics/monitoring
vlorentz added a comment to T2142: Document how to use Sentry with the docker dev environment.

Resolved by D2424.

Dec 11 2019, 3:39 PM · Docker environment, Sprint 2019/12 (Monitor and Conquer), Metrics/monitoring

Dec 9 2019

vlorentz renamed T2142: Document how to use Sentry with the docker dev environment from Add sentry to the docker-dev environment to Document how to use Sentry with the docker dev environment.
Dec 9 2019, 12:43 PM · Docker environment, Sprint 2019/12 (Monitor and Conquer), Metrics/monitoring
vlorentz added a project to T2142: Document how to use Sentry with the docker dev environment: Docker environment.
Dec 9 2019, 10:33 AM · Docker environment, Sprint 2019/12 (Monitor and Conquer), Metrics/monitoring

Nov 26 2019

douardda closed T2097: Merge swh-docker-dev into swh-environment as Resolved.

Closed by 9a98e8be06817055693671cfbe6917645171993e

Nov 26 2019, 1:36 PM · Docker environment, Development environment

Nov 20 2019

zack renamed T2104: Debug swh-docker-dev ci failure from Debunk swh-docker-dev ci failure to Debug swh-docker-dev ci failure.
Nov 20 2019, 10:55 AM · Docker environment
ardumont closed T2104: Debug swh-docker-dev ci failure as Resolved.
Nov 20 2019, 10:46 AM · Docker environment
ardumont added a comment to T2104: Debug swh-docker-dev ci failure.

And it's fixed.

Nov 20 2019, 10:45 AM · Docker environment
ardumont added a comment to T2104: Debug swh-docker-dev ci failure.

Ok, the stacktrace and the current indexer code (master) seems out of sync.
rDCIDXb2ff26454b37f3d332b90ff6a70a45b43dea6526 fixing that part of the journal client.

Nov 20 2019, 10:29 AM · Docker environment
ardumont added a comment to T2104: Debug swh-docker-dev ci failure.

I failed to find the swh-docker-compose.logs file.
I finally found the reference of the node the build ran on though (because i keep forgetting that) [1]

Nov 20 2019, 10:20 AM · Docker environment
ardumont triaged T2104: Debug swh-docker-dev ci failure as Normal priority.
Nov 20 2019, 10:17 AM · Docker environment

Nov 19 2019

ardumont closed D2305: docker-dev: Use loader-package implems from swh.loader.core modules.
Nov 19 2019, 3:05 PM · Docker environment
ardumont retitled D2305: docker-dev: Use loader-package implems from swh.loader.core modules from [wip] docker-dev: Use loader-package implems from swh.loader.core modules to docker-dev: Use loader-package implems from swh.loader.core modules.
Nov 19 2019, 3:05 PM · Docker environment
douardda accepted D2305: docker-dev: Use loader-package implems from swh.loader.core modules.
Nov 19 2019, 3:03 PM · Docker environment
ardumont updated the summary of D2305: docker-dev: Use loader-package implems from swh.loader.core modules.
Nov 19 2019, 2:58 PM · Docker environment
ardumont closed D2294: worker: Reference the task-type registering step for loader/lister.
Nov 19 2019, 1:58 PM · Docker environment

Nov 18 2019

zack added a project to T2097: Merge swh-docker-dev into swh-environment: Docker environment.
Nov 18 2019, 3:32 PM · Docker environment, Development environment
douardda accepted D2294: worker: Reference the task-type registering step for loader/lister.
Nov 18 2019, 2:01 PM · Docker environment
ardumont updated the summary of D2294: worker: Reference the task-type registering step for loader/lister.
Nov 18 2019, 11:27 AM · Docker environment
ardumont updated the test plan for D2294: worker: Reference the task-type registering step for loader/lister.
Nov 18 2019, 11:27 AM · Docker environment

Nov 12 2019

anlambert closed T2080: API servers crash on startup in docker as Resolved by committing rCDFD8ecaa9b62838: Dockerfile: Pin gunicorn version.
Nov 12 2019, 2:57 PM · Docker environment
anlambert added a comment to T2080: API servers crash on startup in docker.

Indeed, the Dockerfile fix is much simpler. Let's hope they will fix the issue upstream (not sure regarding this comment).

Nov 12 2019, 2:36 PM · Docker environment
olasd added a comment to T2080: API servers crash on startup in docker.

We've migrated away from doing that ages ago in favor of app factories, and I'd very much prefer we avoid introducing this again: Side effects such as reading configuration files unconditionally running in importable modules are very bad form.

Nov 12 2019, 2:33 PM · Docker environment
anlambert added a comment to T2080: API servers crash on startup in docker.

Seems the simplest solution is to instantiate the wsgi application in swh.*.api.server modules.

Nov 12 2019, 2:30 PM · Docker environment
olasd added a comment to T2080: API servers crash on startup in docker.

Ah, I guess that's the opposite then.

Nov 12 2019, 2:28 PM · Docker environment
olasd added a comment to T2080: API servers crash on startup in docker.

Works fine for me? Are you sure your docker image is up to date?

Nov 12 2019, 2:28 PM · Docker environment
anlambert added a comment to T2080: API servers crash on startup in docker.

I was also looking at it.

Nov 12 2019, 2:25 PM · Docker environment
vlorentz updated the task description for T2080: API servers crash on startup in docker.
Nov 12 2019, 2:23 PM · Docker environment
vlorentz updated the task description for T2080: API servers crash on startup in docker.
Nov 12 2019, 2:23 PM · Docker environment
vlorentz triaged T2080: API servers crash on startup in docker as High priority.
Nov 12 2019, 2:18 PM · Docker environment

Sep 6 2019

ardumont closed T1985: swh-docker-dev: `load-tar` tasks are never executed as Resolved.
Sep 6 2019, 9:48 AM · Docker environment

Sep 5 2019

lewo added a comment to T1985: swh-docker-dev: `load-tar` tasks are never executed.

Hm, i don't know how to close this issue, but it should be closed now.
Thx.

Sep 5 2019, 9:22 PM · Docker environment
lewo updated subscribers of T1985: swh-docker-dev: `load-tar` tasks are never executed.

Thx to this change (provided by @olasd) in the swh-docker-dev repository, tasks are exectued:

diff --git a/conf/loader.yml b/conf/loader.yml
index 4a4fb54..0cc07e6 100644
--- a/conf/loader.yml
+++ b/conf/loader.yml
@@ -5,6 +5,7 @@ storage:
 celery:
   task_broker: amqp://guest:guest@amqp//
   task_modules:
+    - swh.loader.package.tasks
     - swh.loader.debian.tasks
     - swh.loader.dir.tasks
     - swh.loader.git.tasks
@@ -16,6 +17,7 @@ celery:
     - swh.deposit.loader.tasks
Sep 5 2019, 9:20 PM · Docker environment
ardumont changed the status of T1985: swh-docker-dev: `load-tar` tasks are never executed from Open to Work in Progress.
Sep 5 2019, 9:57 AM · Docker environment
ardumont triaged T1985: swh-docker-dev: `load-tar` tasks are never executed as Normal priority.
Sep 5 2019, 9:56 AM · Docker environment

Jul 28 2019

zack triaged T1936: integrate swh-graph into the docker environment as Wishlist priority.
Jul 28 2019, 6:56 PM · Docker environment, Compressed graph service

May 22 2019

vlorentz closed T1588: "Database softwareheritage-vault does not exist" when running docker-compose as Resolved.
May 22 2019, 1:23 PM · Docker environment, Vault
vlorentz closed T1515: Add automatic tests for the docker environment as Resolved.
May 22 2019, 1:22 PM · Docker environment

May 10 2019

anlambert closed T1618: Add integration and end-to-end tests for the Software Heritage stack as Resolved by committing rCDFD5c9b912b4bc4: tests: Add integration tests for the Software Heritage stack.
May 10 2019, 1:25 PM · Development environment, Docker environment

Apr 13 2019

ardumont closed T1459: docker container for swh-deposit, a subtask of T1443: Make swh services run within docker and docker-compose, as Resolved.
Apr 13 2019, 12:49 PM · Docker environment, Sprint 2018 12

Apr 2 2019

anlambert triaged T1618: Add integration and end-to-end tests for the Software Heritage stack as Normal priority.
Apr 2 2019, 12:02 PM · Development environment, Docker environment

Mar 25 2019

douardda closed T1405: Make it easy to run a complete swh instance as Resolved.

Let's call it done, event if the small dataset part has not been addressed.

Mar 25 2019, 10:52 AM · Docker environment, Sprint 2018 12
douardda closed T1443: Make swh services run within docker and docker-compose, a subtask of T1405: Make it easy to run a complete swh instance, as Resolved.
Mar 25 2019, 10:51 AM · Docker environment, Sprint 2018 12
douardda closed T1443: Make swh services run within docker and docker-compose as Resolved.

Let's call it done, some minor parts may still need a bit of attention thou

Mar 25 2019, 10:51 AM · Docker environment, Sprint 2018 12
douardda updated the task description for T1443: Make swh services run within docker and docker-compose.
Mar 25 2019, 10:50 AM · Docker environment, Sprint 2018 12
douardda updated the task description for T1405: Make it easy to run a complete swh instance.
Mar 25 2019, 10:48 AM · Docker environment, Sprint 2018 12

Mar 17 2019

vlorentz added a project to T1588: "Database softwareheritage-vault does not exist" when running docker-compose: Docker environment.
Mar 17 2019, 2:18 PM · Docker environment, Vault

Mar 8 2019

anlambert renamed T1575: Kafka clients crash easily in docker-compose environment from Kafka crashes easily in docker-compose environment to Kafka clients crash easily in docker-compose environment.
Mar 8 2019, 7:23 PM · Journal, Docker environment
anlambert triaged T1575: Kafka clients crash easily in docker-compose environment as Normal priority.
Mar 8 2019, 4:44 PM · Journal, Docker environment

Mar 6 2019

anlambert closed T1542: docker-dev: swh-web: Service static asset with nginx as Invalid.

Closing this as I forgot it exists a configuration entry to force the serving of assets by Django (https://forge.softwareheritage.org/rCDFD7b3213293ca1670a738d540cbba05e87e5cf6042).

Mar 6 2019, 11:43 AM · Development environment, Docker environment, Web app