File tree Expand file tree Collapse file tree
basyx.aasdiscoveryservice/basyx.aasdiscoveryservice.component
basyx.aasenvironment/basyx.aasenvironment.component
basyx.aasrepository/basyx.aasrepository.component
basyx.aasxfileserver/basyx.aasxfileserver.component
basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component
basyx.submodelrepository/basyx.submodelrepository.component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ COPY ${JAR_FILE} basyxExecutable.jar
88COPY src/main/resources/application.properties application.properties
99ARG PORT=8081
1010ENV SERVER_PORT=${PORT}
11+ ARG CONTEXT_PATH=/
12+ ENV SERVER_SERVLET_CONTEXT_PATH=${CONTEXT_PATH}
1113EXPOSE ${SERVER_PORT}
12- HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}/actuator/health || exit 1
14+ HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/} /actuator/health || exit 1
1315ENTRYPOINT ["java" ,"-jar" ,"basyxExecutable.jar" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ COPY ${JAR_FILE} basyxExecutable.jar
88COPY src/main/resources/application.properties application.properties
99ARG PORT=8081
1010ENV SERVER_PORT=${PORT}
11+ ARG CONTEXT_PATH=/
12+ ENV SERVER_SERVLET_CONTEXT_PATH=${CONTEXT_PATH}
1113EXPOSE ${SERVER_PORT}
12- HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}/actuator/health || exit 1
14+ HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/} /actuator/health || exit 1
1315ENTRYPOINT ["java" ,"-jar" ,"basyxExecutable.jar" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ COPY ${JAR_FILE} basyxExecutable.jar
88COPY src/main/resources/application.properties application.properties
99ARG PORT=8081
1010ENV SERVER_PORT=${PORT}
11+ ARG CONTEXT_PATH=/
12+ ENV SERVER_SERVLET_CONTEXT_PATH=${CONTEXT_PATH}
1113EXPOSE ${SERVER_PORT}
12- HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}/actuator/health || exit 1
14+ HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/} /actuator/health || exit 1
1315ENTRYPOINT ["java" ,"-jar" ,"basyxExecutable.jar" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ COPY ${JAR_FILE} basyxExecutable.jar
88COPY src/main/resources/application.properties application.properties
99ARG PORT=8081
1010ENV SERVER_PORT=${PORT}
11+ ARG CONTEXT_PATH=/
12+ ENV SERVER_SERVLET_CONTEXT_PATH=${CONTEXT_PATH}
1113EXPOSE ${SERVER_PORT}
12- HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}/actuator/health || exit 1
14+ HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/} /actuator/health || exit 1
1315ENTRYPOINT ["java" ,"-jar" ,"basyxExecutable.jar" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ COPY ${JAR_FILE} basyxExecutable.jar
88COPY src/main/resources/application.properties application.properties
99ARG PORT=8081
1010ENV SERVER_PORT=${PORT}
11+ ARG CONTEXT_PATH=/
12+ ENV SERVER_SERVLET_CONTEXT_PATH=${CONTEXT_PATH}
1113EXPOSE ${SERVER_PORT}
12- HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=30s CMD curl --fail http://localhost:${SERVER_PORT}/actuator/health || exit 1
14+ HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=30s CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/} /actuator/health || exit 1
1315ENTRYPOINT ["java" ,"-jar" ,"basyxExecutable.jar" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ COPY ${JAR_FILE} basyxExecutable.jar
88COPY src/main/resources/application.properties application.properties
99ARG PORT=8081
1010ENV SERVER_PORT=${PORT}
11+ ARG CONTEXT_PATH=/
12+ ENV SERVER_SERVLET_CONTEXT_PATH=${CONTEXT_PATH}
1113EXPOSE ${SERVER_PORT}
12- HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}/actuator/health || exit 1
14+ HEALTHCHECK --interval=30s --timeout=3s --retries=3 --start-period=15s CMD curl --fail http://localhost:${SERVER_PORT}${SERVER_SERVLET_CONTEXT_PATH%/} /actuator/health || exit 1
1315ENTRYPOINT ["java" ,"-jar" ,"basyxExecutable.jar" ]
You can’t perform that action at this time.
0 commit comments