Skip to content

Commit

Permalink
Merge branch 'orthanc' into update-marsante-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
marsante committed Dec 8, 2024
2 parents 830e6cd + 0e8f317 commit b18355c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ public_html/thirdparty
public_html/MEDSHAKEEHRPATH
tools/docker/.env
tools/docker/orthanc.json
tools/vagrant/roles
tools/vagrant/roles
stockage/
public_html/workingDirectory
1 change: 1 addition & 0 deletions tools/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ docker exec -ti msehr php /usr/local/bin/msehr.upgrade.php base
## Orthanc
* Créez le fichier de configuration `cp sample-orthanc.json orthanc.json` et éditez `nano orthanc.json`
* Relancez la stack docker compose ainsi `docker compose --profile dicom`
* Dans `Configuration > Paramètres globaux > DICOM > dicomHost` configurez l'utilisateur, le mot de passe et l'url sous la forme suivante : `orthanc:orthanc@dicom`

## phpMyAdmin
* Relancez la stack docker compose ainsi `docker compose --profile debug` puis rendez-vous sur [pma.msehr.localhost/](pma.msehr.localhost/)
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:

# https://hub.docker.com/r/osimis/orthanc
dicom:
image: orthancteam/orthanc
image: jodogne/orthanc
restart: unless-stopped
command: /run/secrets/ # Path to the configuration files (stored as secrets)
secrets:
Expand Down
1 change: 0 additions & 1 deletion tools/docker/sample-orthanc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"Name" : "orthanc pour MedShakeEHR",
"AuthenticationEnabled": false,
"RemoteAccessAllowed" : true
}

0 comments on commit b18355c

Please sign in to comment.