User Tools

Site Tools


tanszek:oktatas:informacios_rendszerek_integralasa:wildfly_in_docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tanszek:oktatas:informacios_rendszerek_integralasa:wildfly_in_docker [2023/05/04 11:56] kneheztanszek:oktatas:informacios_rendszerek_integralasa:wildfly_in_docker [2023/05/04 12:03] (current) knehez
Line 89: Line 89:
 <code> <code>
 FROM quay.io/wildfly/wildfly FROM quay.io/wildfly/wildfly
-ADD ./helloworld/target/helloworld.war /opt/jboss/wildfly/standalone/deployments+ADD ./$EXAMPLE_FOLDER/target/$EXAMPLE_FOLDER.war /opt/jboss/wildfly/standalone/deployments
 </code> </code>
  
Line 106: Line 106:
     wildfly:     wildfly:
         build: .         build: .
 +        environment:
 +            - "EXAMPLE_FOLDER=helloworld"
         ports:         ports:
           - 8080:8080           - 8080:8080
         depends_on:         depends_on:
-          - compiler                 +          - compiler 
 +               
 </code> </code>
  
tanszek/oktatas/informacios_rendszerek_integralasa/wildfly_in_docker.1683201415.txt.gz · Last modified: 2023/05/04 11:56 by knehez