...
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.65.0
Adjust the
.env
file according to the previous oneCopy the client secret of client requisition from Keycloak admin console and update the value of
REPOSITORY_CLIENT_SECRET
property in.env
.Run Asta7 1.65.0
Code Block cd asta7-1.65.0 docker compose up -d
...