You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'd need to install the app and the config before starting the container. In practice that probably means building the container in docker-compose (run the app-config and install scripts at build time). Conveniently that could also deal with #29
With the current setup, probably the only way to make that work would be to either have the equivalent of app-config in the app's Dockerfile or to have a whole infra directory:
I briefly tried that last week, and it turned out to be more complicated since you effectively need to run all the app stages during build, which means rearchitecting this repo. A separate infra-image dir would work but means duplicating the code used in the existing setup stages.
The only example of a web-app that requires configuration is mapr: https://github.com/ome/omero-mapr/blob/0.2.3/.omeroci/app-config
But the configuration file
/opt/omero/web/config/10-mapr.omero
is ignored because the config files are only loaded on startup, and the OMERO.web Docker container is already running.The text was updated successfully, but these errors were encountered: