Oviyam config servers docker

225 views
Skip to first unread message

Marcos Scharfspitz

unread,
Jan 28, 2019, 10:43:31 AM1/28/19
to dcm4che

Hello, I have the pack running with docker using the following configuration:

-----------------------------------------------------------------------------------------------------

# 1 - Create an user-defined bridge network


$ docker network create dcm4chee_default


# configurar el timezone si no esta en etc/


$ echo "America/Argentina/Buenos_Aires" > /etc/timezone


# 2 - Start OpenLDAP Server


$ docker run --network=dcm4chee_default --name ldap \

-p 389:389 \

-v /etc/localtime:/etc/localtime:ro \

-v /etc/timezone:/etc/timezone:ro \

-v /opt/pacs/dcm4chee-arc/ldap:/var/lib/ldap \

-v /opt/pacs/dcm4chee-arc/slapd.d:/etc/ldap/slapd.d \

-d dcm4che/slapd-dcm4chee:2.4.44-15.1


# 3 - Start PostgreSQL Server


$ docker run --network=dcm4chee_default --name db \

-p 5432:5432 \

-e POSTGRES_DB=pacsdb \

-e POSTGRES_USER=postgres \

-e POSTGRES_PASSWORD=postgres \

-v /etc/localtime:/etc/localtime:ro \

-v /etc/timezone:/etc/timezone:ro \

-v /opt/pacs/dcm4chee-arc/db:/var/lib/postgresql/data \

-d dcm4che/postgres-dcm4chee:11.1-15


# 4 - Start Wildfly with deployed dcm4che Archive 5 application


$ docker run --network=dcm4chee_default --name arc \

-p 8080:8080 \

-p 8443:8443 \

-p 9990:9990 \

-p 11112:11112 \

-p 2575:2575 \

-e LDAP_BASE_DN=dc=dcm4che,dc=org \

-e LDAP_ROOTPASS=secret \

-e LDAP_CONFIGPASS=secret \

-e POSTGRES_DB=pacsdb \

-e POSTGRES_USER=postgres \

-e POSTGRES_PASSWORD=postgres \

-e JAVA_OPTS="-Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true" \

-e WILDFLY_WAIT_FOR="ldap:389 db:5432" \

-v /etc/localtime:/etc/localtime:ro \

-v /etc/timezone:/etc/timezone:ro \

-v /opt/pacs/dcm4chee-arc/wildfly:/opt/wildfly/standalone \

-d dcm4che/dcm4chee-arc-psql:5.15.1

# 5 - start oviyam 2


$ docker run --network=dcm4chee_default -d --name ovi \

-p 80:8080 \

-p 1025:1025 \

-v /oviyam:/usr/local/tomcat/work oviyam:2.7.1

----------------------------------------------------------------------------------------------------

everything works, starts the oviyam, but I can not make a server connection that works in the oviyam


the configurations that normally worked were the following:


Description:DICOM

AE Title:DCM4CHEE

Host Name:localhost

Port:11112

Retrieve Type:WADO

WADO Context:wado

WADO Port:8080

Image Type:JPEG


someone has some idea or can guide me on this point?, because I can not think of anything

Marcos S.

unread,
Feb 2, 2019, 1:24:00 PM2/2/19
to dcm4che
the oviyam already works, the server configuration had to be in Host Name: arc, but now I have the problem that it does not show the images

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.


--
Saludos Marcos.
Reply all
Reply to author
Forward
0 new messages