You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
I have some problems to run docker compose with apiman and keycloak from this repository. As i understand i must to do some other things except execute "docker compose ..setup..." and "docker compose up " because docker-compose.yml file has strings like this "image: apiman/wildfly-manager:${project.version}" which causes error
invalid interpolation format for services.apiman-gateway.image.
You may need to escape any $ with another $.
apiman/vertx-gateway:${project.version}
Also in this file exists bind directive to file "$PWD/data/apiman-keycloak-theme.jar"" which is missing.
The text was updated successfully, but these errors were encountered:
On Fri, 4 Nov 2022, 18:16 Maxim Bich, ***@***.***> wrote:
Hello.
I have some problems to run docker compose with apiman and keycloak from
this repository. As i understand i must to do some other things except
execute "docker compose ..setup..." and "docker compose up " because
docker-compose.yml file has strings like this "image:
apiman/wildfly-manager:${project.version}" which causes error
invalid interpolation format for services.apiman-gateway.image.
You may need to escape any $ with another $.
apiman/vertx-gateway:${project.version}
Also in this file exists bind directive to file
"$PWD/data/apiman-keycloak-theme.jar"" which is missing.
—
Reply to this email directly, view it on GitHub
<#106>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADHMWJMHG2YPT5LAO6PIM3WGVHHZANCNFSM6AAAAAARXN33H4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hello.
I have some problems to run docker compose with apiman and keycloak from this repository. As i understand i must to do some other things except execute "docker compose ..setup..." and "docker compose up " because docker-compose.yml file has strings like this "image: apiman/wildfly-manager:${project.version}" which causes error
Also in this file exists bind directive to file "$PWD/data/apiman-keycloak-theme.jar"" which is missing.
The text was updated successfully, but these errors were encountered: