Skip to content

Commit

Permalink
Merge pull request #256 from Parsifal-M/feature/opa-v1
Browse files Browse the repository at this point in the history
OPA v1
  • Loading branch information
Parsifal-M authored Dec 28, 2024
2 parents 2efb26d + d4435ec commit 21ec352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ services:
ports:
- 5432:5432
opa:
image: openpolicyagent/opa:0.60.0-static
image: openpolicyagent/opa:1.0.0-static
command:
- 'run'
- '--server'
- '--addr=0.0.0.0:8181'
- '--watch'
- '--log-format=json-pretty'
- '--set=decision_logs.console=true'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": "20 || 22"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
"dev": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
"debug": "LOG_LEVEL=debug yarn dev",
"start": "yarn workspace app start",
"start-backend": "yarn workspace backend start",
Expand Down

0 comments on commit 21ec352

Please sign in to comment.