Giter Club home page Giter Club logo

Comments (3)

emelalkim avatar emelalkim commented on July 23, 2024

hi, I suspect the reason build fails is the amount of ram available to the container. epadjs needs 4gb ram to be able to build.
another issue i see with your configuration is you are using localhost as your hostname. unfortunately, you cannot use that as inside the containers localhost resolves to the container itself. you need to use the ip or the shared hostname of the machine. you can enable sharing and use the .local hostname that you see in sharing settings.
you can also use the installation script to get/fix ip. @acavit can give more information about that

from epad-dist.

dsernahiguita avatar dsernahiguita commented on July 23, 2024

Hi, really thank you very much for your prompt response. I was checking the free ram and I have approximately 4.75G free:
Bildschirmfoto 2020-10-29 um 22 01 23

so I guess the problem could be the localhost, I had changed the epad.yml to use 127.0.0.1 (instead localhost), but still when I try to run the docker compose I got the same issue

  1. Could you please let me know where I can find the installation script to get/fix ip and how can I use it?

epad.yml:
host: 127.0.0.1
mode: lite
config: environment
cache:
size: "10g"
inactivetime: "60m"
compression:
minsize: "20"
keycloak:
mode: build
dockerfiledir: "./keycloak"
user: admin
password: vivamed123
email: [email protected]
port: 8899
loc: "keycloak"
couchdb:
mode: image
image: "2.3.1"
user: admin
password: admin
port: 8888
dblocation: "../couchdbloc"
dicomweb:
mode: build
dockerfiledir: "./dicomweb-server"
port: 8090
dbname: chronicle
log: true
auth: none
loc: "pacs"
epadlite:
mode: build
dockerfiledir: "./epadlite"
port: 8080
dbname: epadlite
log: true
https: false
auth: auth
loc: "api"
epadjs:
mode: build
dockerfiledir: "./epadjs"
port: 80
mariadb:
mode: image
image: latest
dbname: epaddb
user: admin
password: admin
rootpassword: admin
port: 3306
log: false
backuploc: "./epaddb_nodata.sql"
dblocation: "../mariadbloc"

from epad-dist.

dsernahiguita avatar dsernahiguita commented on July 23, 2024

Hi :)
I found the issue, I had extended the ram to 4G in docker settings and now the instalation is successfully...
maybe you can add this information to the Readme

thanks a lot for your help

Diana

from epad-dist.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.