Skip to content
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

Feature/SK-702 | Base-services config by Envs #535

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

Wrede
Copy link
Collaborator

@Wrede Wrede commented Feb 26, 2024

It should be possible to setup connection configurations to mongo and minio via ENVs.

@Wrede Wrede added the HOLD label Feb 26, 2024
@Wrede Wrede removed the HOLD label Feb 28, 2024
@Wrede Wrede changed the title Feature/SK-702 | base-services config by sys env Feature/SK-702 | Base-services config by sys env Feb 28, 2024
@Wrede Wrede changed the title Feature/SK-702 | Base-services config by sys env Feature/SK-702 | Base-services config by Envs Feb 28, 2024
entrypoint: [ "sh", "-c" ]
command:
- "/venv/bin/pip install --no-cache-dir -e /app/fedn && /venv/bin/fedn run combiner --init config/settings-combiner.yaml"
- "/venv/bin/pip install --no-cache-dir -e /app/fedn && /venv/bin/fedn run combiner --init config/settings-combiner.yaml.template"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you do not want to copy the template file, better to just rename it to settings-combiner.yaml and have users edit it directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants