UPDATE
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
opa:
|
||||
image: mirror-docker.runflare.com/openpolicyagent/opa
|
||||
container_name: croplogic-accsess-opa
|
||||
command:
|
||||
- run
|
||||
- --server
|
||||
- --addr=0.0.0.0:8181
|
||||
- /policies
|
||||
ports:
|
||||
- "8181:8181"
|
||||
volumes:
|
||||
- ./policies:/policies:ro
|
||||
- ./config/opa-config.yaml:/config/opa-config.yaml:ro
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- crop_network
|
||||
networks:
|
||||
crop_network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user