eclipse-aaspe / server

C# based server for AASX packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation: docker-compose.yaml with error

foprs opened this issue · comments

To get the server running we had to change

"./aasxs:/usr/share/aasxs" to "./aasxs:/AasxServerBlazor/aasxs"

and

"command: --no-security --data-path /usr/share/aasxs --external-blazor" to "command: --no-security --external-blazor"

Personally I think the current docker setup is not quite flexibel. The container is started by a shell script which itself starts the server with some fixed params. Maybe the docker image could be adapted that the entrypoint is
dotnet AasxServerBlazor.dll and the default params can be passed by the command property? So someone can override the params via the command.