JaneliaSciComp/jacs-cm

bring up all of the application containers with branch fixes-8.1.1

Closed this issue · 2 comments

Hi all,

When I ran "./manage.sh compose up standalone -d" for bringing up all of the application containers, it threw an error below:
image

What should I do with this error?
Any advices could be greatly appreciated.

I comment these code below in the file "jacs-cm/deployments/jacs/docker-compose-app.yml"
106 #jacs-dashboard:
107 # Nginx must run as root
108 #image: ${NAMESPACE}/jacs-dashboard:latest
109 #expose:
110 # - "8080"
111 #restart: unless-stopped
112 #networks:
113 # - jacs-net

I don't know whether I did the right option or not.

Yes, that's a good workaround for now. We're currently working on fixing this, by externalizing the jacs-dashboard config. It will work in the next release (8.4).