Skip to content

Commit

Permalink
Update mongo version in docker compose to 7.0 (#2857)
Browse files Browse the repository at this point in the history
- Update mongo version in docker compose to 7.0
- Fix developer certificate in Dockerfiles
  • Loading branch information
pmachapman authored Nov 26, 2024
1 parent c6df66e commit 9b92c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db-xforge:
image: mongo:5.0
image: mongo:7.0

realtimeserver:
image: ${DOCKER_REGISTRY-}sillsdev/web-xforge/realtimeserver
Expand Down
1 change: 1 addition & 0 deletions src/RealtimeServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ COPY src/SIL.XForge.Scripture/appsettings.json .
COPY src/SIL.XForge.Scripture/appsettings.${MIGRATOR_ENVIRONMENT}.json .
COPY --from=jering-build /src .
COPY --from=build /src .
COPY dev-cert/ /dev-cert/
RUN chmod +x /app/start.sh
ENTRYPOINT [ "sh", "/app/start.sh" ]
1 change: 1 addition & 0 deletions src/SIL.XForge.Scripture/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ LABEL org.opencontainers.image.source=https://github.com/sillsdev/web-xforge
LABEL org.opencontainers.image.description="Scripture Forge"
LABEL org.opencontainers.image.licenses=MIT
COPY --from=publish /app/publish .
COPY dev-cert/ /dev-cert/
ENTRYPOINT [ "dotnet", "SIL.XForge.Scripture.dll", "--start-ng-serve=none"]

0 comments on commit 9b92c3e

Please sign in to comment.