Skip to content

Commit

Permalink
added logs to compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattebit committed Nov 17, 2023
1 parent 7dd7a14 commit c95783a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
spid-cie-oidc-django/
spid-cie-oidc-django/
logs/
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- "$HOME/.Xauthority:/root/.Xauthority:rw"
- ../config/mig-t/msg_def.json:/opt/BurpSuiteCommunity/msg_def.json
- ../logs/:/opt/BurpSuiteCommunity/logs # Log folder
ports:
- 8080:8080
#- 5005:5005 # To enable java debugger
Expand Down
6 changes: 6 additions & 0 deletions tools/i-mig-t/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ docker pull ghcr.io/stfbk/mig-i-mig-t:master

<details>

Before building the image, you need to get the mig-t jar, you can browse the [release page of mig-t](https://github.com/stfbk/mig-t/releases) and get version you need, or you can just execute [mig-t-jar-compile.sh](mig-t-jar-compile.sh) that will init the mig-t submodule and compile the jar for you.

> compiling the jar of mig-t requires maven
Either way you choose, at the end you should have the mig-t-beta-jar-with-dependencies.jar file in this folder.

To build the image you can use the following script

```bash
Expand Down

0 comments on commit c95783a

Please sign in to comment.