Skip to content

Commit

Permalink
This port should be 8091 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSimpson committed May 22, 2024
1 parent e1f59fb commit 4622821
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .run/docker.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<option name="portBindings">
<list>
<DockerPortBindingImpl>
<option name="containerPort" value="8080" />
<option name="containerPort" value="8091" />
<option name="hostPort" value="8091" />
</DockerPortBindingImpl>
</list>
Expand Down
1 change: 0 additions & 1 deletion .run/local.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<option name="ACTIVE_PROFILES" value="trello" />
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
<module name="webapp" />
<option name="PROGRAM_PARAMETERS" value="--server.port=8091" />
<option name="SPRING_BOOT_MAIN_CLASS" value="org.elpuentesearcy.ElPuenteBoot" />
<method v="2">
<option name="Make" enabled="true" />
Expand Down
2 changes: 1 addition & 1 deletion .run/mvn-skip-tests_docker.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<option name="portBindings">
<list>
<DockerPortBindingImpl>
<option name="containerPort" value="8080" />
<option name="containerPort" value="8091" />
<option name="hostPort" value="8091" />
</DockerPortBindingImpl>
</list>
Expand Down
2 changes: 1 addition & 1 deletion .run/mvn_docker.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<option name="portBindings">
<list>
<DockerPortBindingImpl>
<option name="containerPort" value="8080" />
<option name="containerPort" value="8091" />
<option name="hostPort" value="8091" />
</DockerPortBindingImpl>
</list>
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ RUN apk update \
&& apk add curl \
&& apk cache clean

EXPOSE 8080
EXPOSE 8091

ENTRYPOINT ["/opt/jre/bin/java","-jar","/el-puente/public-website.jar"]
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
![](https://codebuild.us-east-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiN2F2ZkQ3SUtRcU5zTnRjckd4aklvZmVGL0hJNU91MStrYk5mWTkxbFNyNGhtcmk1d2JLTHFaaUpVUG1uZXZHc0lNc29qQ250NXhjQmNwSnhyYTFBU2N3PSIsIml2UGFyYW1ldGVyU3BlYyI6IlZYbnk4a09jVFFkSlNKeTAiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)

# El Puente Hispanic Services Center

| Environment | Build status |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Production | ![](https://codebuild.us-east-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiN2F2ZkQ3SUtRcU5zTnRjckd4aklvZmVGL0hJNU91MStrYk5mWTkxbFNyNGhtcmk1d2JLTHFaaUpVUG1uZXZHc0lNc29qQ250NXhjQmNwSnhyYTFBU2N3PSIsIml2UGFyYW1ldGVyU3BlYyI6IlZYbnk4a09jVFFkSlNKeTAiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) |
| Development | ![](https://codebuild.us-east-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiN2F2ZkQ3SUtRcU5zTnRjckd4aklvZmVGL0hJNU91MStrYk5mWTkxbFNyNGhtcmk1d2JLTHFaaUpVUG1uZXZHc0lNc29qQ250NXhjQmNwSnhyYTFBU2N3PSIsIml2UGFyYW1ldGVyU3BlYyI6IlZYbnk4a09jVFFkSlNKeTAiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop) |

| Language | URL |
|-----------------|----------------------------------------------------------------|
| Browser default | [https://elpuentesearcy.org](https://elpuentesearcy.org) |
| English | [https://en.elpuentesearcy.org](https://en.elpuentesearcy.org) |
| Spanish | [https://es.elpuentesearcy.org](https://es.elpuentesearcy.org) |

2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8080
port: 8091

logging:
level:
Expand Down

0 comments on commit 4622821

Please sign in to comment.