Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSES/CLA-signed-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A/ You have read and agree to the individual CLA: https://merginmaps.com/license

* `alhirzel`, 20th December 2023
* `uprel`, 18th March 2024
* `enockseth`, 5th May 2025

B/ I have read and agree with entity CLA for my company: https://merginmaps.com/licenses/entity-cla

Expand Down
2 changes: 1 addition & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ In docker-compose.dev.yml is started maildev/maildev image that can be used to t

### Running with remote debugger
If you want to run the application with remote debugger, you can use debug compose file with attatched source code and reload.
It starts a debugpy session on port 5678 you cat attach to.
It starts a debugpy session on port 5678 you can attach to.

```shell
docker compose -f docker-compose.yml -f docker-compose.debug.yml up
Expand Down