From 1cf70ccab396e1cdf443855972d474cf0663c93e Mon Sep 17 00:00:00 2001 From: Siddharth Vaish Date: Mon, 2 Dec 2024 21:17:54 +0530 Subject: [PATCH] Add image and fix configs --- docker-compose-orthanc.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docker-compose-orthanc.yml b/docker-compose-orthanc.yml index 9d5e771..e62605e 100644 --- a/docker-compose-orthanc.yml +++ b/docker-compose-orthanc.yml @@ -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 @@ -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"