Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation: docker-compose.yaml with error #209

Open
foprs opened this issue Jan 24, 2024 · 1 comment
Open

Installation: docker-compose.yaml with error #209

foprs opened this issue Jan 24, 2024 · 1 comment
Assignees
Labels
Needs: Triage Needs sorting

Comments

@foprs
Copy link

foprs commented Jan 24, 2024

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"

@juileetikekar juileetikekar added the bug Something isn't working label Feb 14, 2024
@juileetikekar juileetikekar added Needs: Triage Needs sorting and removed bug Something isn't working labels Feb 28, 2024
@heidrjeSICKAG
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage Needs sorting
Projects
None yet
Development

No branches or pull requests

5 participants