Skip to content

Commit

Permalink
Merge pull request #7 from provenance-io/revert-3-main
Browse files Browse the repository at this point in the history
Revert "Correct names in dockerfile to specify postgres pod and not postgres-cee"
  • Loading branch information
cworsnop-figure authored Apr 25, 2022
2 parents 713efdb + 2d90429 commit 071c1bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion service/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ FROM openjdk:11-jre
COPY --from=build /app/service/build/libs/*.jar /service.jar
ADD service/docker/service-configure /configure

EXPOSE 8085/tcp
EXPOSE 8080/tcp

ENTRYPOINT ./docker-entrypoint.sh /p8e-cee-api.jar
4 changes: 2 additions & 2 deletions service/docker/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
image: ghcr.io/provenance-io/object-store:0.7.0
container_name: object-store-1
depends_on:
- postgres
- postgres-cee
env_file:
- object-store-1.env
networks:
Expand All @@ -40,7 +40,7 @@ services:
image: ghcr.io/provenance-io/object-store:0.7.0
container_name: object-store-2
depends_on:
- postgres
- postgres-cee
env_file:
- object-store-2.env
networks:
Expand Down
2 changes: 1 addition & 1 deletion service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spring boot server settings
server.port=8085
server.port=8080
server.servlet.context-path=/p8e-cee-api
# Increase header size to allow identity cookie spam
server.max-http-header-size=48000
Expand Down

0 comments on commit 071c1bd

Please sign in to comment.