-
Hi,
The content of the file is this:
But, for some reason, the rules are not enabled at all. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
@jsenko or @famartinrh can you guys double-check how to do this? |
Beta Was this translation helpful? Give feedback.
-
Based on this answer, #733 (comment), mounting the file under |
Beta Was this translation helpful? Give feedback.
-
Hello all. I am using this docker compose: services:
apicurio:
container_name: apicurio
image: apicurio/apicurio-registry:3.0.6
environment:
REGISTRY_RULES_GLOBAL_COMPATIBILITY: "BACKWARD"
REGISTRY_REST_ARTIFACT_DELETION_ENABLED: "true"
ports:
- "8080"
network_mode: host But the env variables are not configuring the Registry as I desired. |
Beta Was this translation helpful? Give feedback.
Based on this answer, #733 (comment), mounting the file under
/deployments/config/application.properties
works as expected and Quarkus pick up the configuration.