Skip to content

Commit

Permalink
feat: starting with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed Jul 30, 2024
1 parent bdf460d commit 8f46d36
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7,937 deletions.
12 changes: 7 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ COPY --from=build ./engine/src/main/resources/endpoints /endpoints
RUN chmod 600 /jmxremote.password
RUN chmod 777 /run.sh

# MUST BE SET WITH THE HOST NAME (e.g. vaimee.com , vaimee.org, ...)
ENV JMX_HOSTNAME=0.0.0.0
ENV JMX_PORT=7091

EXPOSE 8000
EXPOSE 9000
EXPOSE 7090
EXPOSE 7091

# MUST BE SET WITH THE HOST NAME (e.g. vaimee.com , vaimee.org, ...)
ENV JMX_HOSTNAME=0.0.0.0
ENV JMX_PORT=7090
ENTRYPOINT java -Djava.rmi.server.hostname=${JMX_HOSTNAME} -Dcom.sun.management.jmxremote.rmi.port=${JMX_PORT} -Dcom.sun.management.jmxremote.port=${JMX_PORT} -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote=true -jar engine.jar
ENTRYPOINT ["/run.sh"]
#ENTRYPOINT java -Djava.rmi.server.hostname=${JMX_HOSTNAME} -Dcom.sun.management.jmxremote.rmi.port=${JMX_PORT} -Dcom.sun.management.jmxremote.port=${JMX_PORT} -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote=true -jar engine.jar
1 change: 0 additions & 1 deletion dashboard/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions dashboard/src/main/resources/host-dld.jsap

This file was deleted.

Loading

0 comments on commit 8f46d36

Please sign in to comment.