eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

Installation: docker-compose.yaml with error #209

Open foprs opened 9 months ago

foprs commented 9 months ago

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"

heidrjeSICKAG commented 7 months ago

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.