Skip to content

Commit

Permalink
📌 Advance Scala version and the MongoDB version of the docker compose…
Browse files Browse the repository at this point in the history
… example.
  • Loading branch information
sinaci committed Feb 4, 2025
1 parent e983434 commit 6a57f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: '3'
volumes:
onfhirdata:
driver: local
services:
mongo:
image: mongo:4.4
image: mongo:7.0
container_name: mongo
restart: always
healthcheck:
Expand All @@ -15,7 +14,7 @@ services:
volumes:
- onfhirdata:/data/db
onfhir:
image: srdc/onfhir:r4
image: srdc/onfhir:r5
container_name: onfhir
restart: always
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
<flatten.plugin.version>1.6.0</flatten.plugin.version>

<!-- dependency versions -->
<scala.version>2.13.12</scala.version>
<scala.version>2.13.16</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.pcombinators>2.3.0</scala.pcombinators>
<scala.pcombinators>2.4.0</scala.pcombinators>
<akka-http.version>10.5.3</akka-http.version>
<akka.version>2.8.5</akka.version>
<!--mongodb.scala.version>4.11.1</mongodb.scala.version-->
Expand Down

0 comments on commit 6a57f58

Please sign in to comment.