Skip to content

Commit

Permalink
Add image and fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishSiddharth committed Dec 2, 2024
1 parent 6b58ded commit 1cf70cc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose-orthanc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ services:
command: /run/secrets/
secrets:
- orthanc.json
build:
context: .
dockerfile: Dockerfile
image: sidvaish97/orthanc_test:v1.0
platform: linux/amd64
restart: always
environment:
- ORTHANC_NAME=Orthanc
Expand Down Expand Up @@ -87,9 +86,9 @@ services:

mysql:
environment:
EIP_DB_NAME_ODOO: ${EIP_DB_NAME_ODOO}
EIP_DB_USER_ODOO: ${EIP_DB_USER_ODOO}
EIP_DB_PASSWORD_ODOO: ${EIP_DB_PASSWORD_ODOO}
EIP_DB_NAME_ORTHANC: ${EIP_DB_NAME_ORTHANC}
EIP_DB_USER_ORTHANC: ${EIP_DB_USER_ORTHANC}
EIP_DB_PASSWORD_ORTHANC: ${EIP_DB_PASSWORD_ORTHANC}
volumes:
- "${SQL_SCRIPTS_PATH}/mysql/eip-openmrs-orthanc:/docker-entrypoint-initdb.d/db/eip-openmrs-orthanc"

Expand Down

0 comments on commit 1cf70cc

Please sign in to comment.