Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WEASYPRINT_BASEURL default value and change ports in docker-compose.yml #2373

Merged
merged 3 commits into from
Jan 23, 2024

Conversation

dekkers
Copy link
Contributor

@dekkers dekkers commented Jan 23, 2024

Changes

The WEASYPRINT_BASEURL default value was wrong. Port 80 was used in docker-compose.yml, but port 8000 is used in the production container image and Debian package. I have change the port listened on inside the container to 8000 so it matches what is used in production.

I tested that for both the Debian packages and production container images it works in the default setup.


Checklist for code reviewers:

Copy-paste the checklist from the docs/source/templates folder into your comment.


Checklist for QA:

Copy-paste the checklist from the docs/source/templates folder into your comment.

@dekkers dekkers marked this pull request as ready for review January 23, 2024 16:54
@dekkers dekkers requested a review from a team as a code owner January 23, 2024 16:54
@underdarknl underdarknl merged commit f27afdc into main Jan 23, 2024
48 checks passed
@underdarknl underdarknl deleted the weasyprint-url branch January 23, 2024 17:48
dekkers added a commit that referenced this pull request Jan 24, 2024
jpbruinsslot added a commit that referenced this pull request Jan 29, 2024
* main:
  Fix/394 Introduce clearance level control for objects imported by CSV (#2390)
  Update RabbitMQ to the latest version (#2392)
  Show created at and data from in reports (#2370)
  Rename invalid rpki finding to expired (#2377)
  Convert `docker-compose` to `docker compose` (#2341)
  Remove uWSGI (#2366)
  Prevent double github actions (#2374)
  Fix WEASYPRINT_BASEURL default value and change ports in docker-compose.yml (#2373)
  Remove debian11 packages (#2358)
  Error handling for Generate Report (#2274)
  Update dependencies (#2348)
  Add token authentication (#2349)
  Adds CAA records to the model, boefje, normalizer, adds a check bit and a finding (#2315)
  Check for sudo in install and update script (#2360)
  Feat/normalizer mimetype upload deeplink (#2220)
  Add hrefs to Basic Security overview (#2330)
  Render dicts and list ooi attrs as jsonfield (#2355)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants