-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create default frontend configuration with docker compose #480
Comments
Related issue: pkiraly/qa-catalogue-web#192 |
@nichtich Maybe I am wrong, but don't get the point. The configuration already has an
docker-compose.yml defines the mapping of
So the
You suggestion would be to rename the second config? Or something else, e.g. this config should not overwrite existing values or we should have third one for special purposes? |
You are right. What's missing is |
|
Maybe Overall this issue may become obsolete with evolution of Docker usage. |
"Maybe schema could be taken from analysis output" |
Starting a Docker container with docker compose should use given configuration to create a matching configuration file for the frontend with matching values such as
dir
andmainSolrEndpoint
. To not overwrite existingconfiguration.cnf
, the file could be namedauto-configuration.cnf
and included fromconfiguration.cnf
, so additional and persistent configuration could still be used.See https://docs.docker.com/compose/compose-file/08-configs/ for technical details how to implement.
The text was updated successfully, but these errors were encountered: