Skip to content

Commit

Permalink
chg: [docker] Updated docker-compose to support passing misp access v…
Browse files Browse the repository at this point in the history
…ia environment variables
  • Loading branch information
mokaddem committed Sep 27, 2024
1 parent 2ad07a3 commit 4c677ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SkillAegis-Dashboard
2 changes: 1 addition & 1 deletion SkillAegis-Editor
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
- SKILLAEGIS_HOST=0.0.0.0
- SKILLAEGIS_PORT=4001
- SKILLAEGIS_EXERCISE_FOLDER=scenarios
- SKILLAEGIS_MISP_URL=https://localhost/
- SKILLAEGIS_MISP_APIKEY=FI4gCRghRZvLVjlLPLTFZ852x2njkkgPSz0zQ3E0
- SKILLAEGIS_MISP_SKIPSSL=true
volumes:
- ./scenarios:/app/scenarios
ports:
Expand Down

0 comments on commit 4c677ee

Please sign in to comment.