-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(docker): add firefly-core #8
Conversation
@@ -1,4 +1,42 @@ | |||
services: | |||
firefly-core: | |||
image: ghcr.io/gytis-ivaskevicius/firefly-core:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we okay with this? this was the easiest way to get image working in this repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gytis-ivaskevicius will I be able to push updates to that image if necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
namespaces: | ||
default: default | ||
predefined: | ||
- defaultKey: addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to inject this value from the ADDR_FROM
environment variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably. I was going through firefly helm chart and did not see any firefly config file, so probably it is configured via env variables. Is this a requirement or can we leave it is for time being?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's see if it causes issues in practice before spending too much time on it
Context
Adding firefly-core to docker-compose. Does not run yet since I have no place to push modified firefly-core
Important Changes Introduced