-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update docker images and provide examples #1532
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adc645a - Browse repository at this point
Copy the full SHA adc645aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e03a7a - Browse repository at this point
Copy the full SHA 7e03a7aView commit details -
Example docker compose files - intermediate implementation (separate …
…yml files for different services)
Configuration menu - View commit details
-
Copy full SHA for 4b46b28 - Browse repository at this point
Copy the full SHA 4b46b28View commit details -
Example docker compose files rework - one yml file for all (non-inter…
…active) services; put dns-server in a separate project; mount container's home dir to host dir instead of a volume.
Configuration menu - View commit details
-
Copy full SHA for 5cb3189 - Browse repository at this point
Copy the full SHA 5cb3189View commit details -
Put wallet-cli into the same docker image as node-daemon; the example…
… docker compose project can now run wallet-cli via "exec".
Configuration menu - View commit details
-
Copy full SHA for 3779501 - Browse repository at this point
Copy the full SHA 3779501View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1bd88d - Browse repository at this point
Copy the full SHA d1bd88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ed8c9 - Browse repository at this point
Copy the full SHA e1ed8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a94d15 - Browse repository at this point
Copy the full SHA 6a94d15View commit details -
Revamp dockerfiles to use an entrypoint script to both run apps as a …
…non-root user and chown the mounted host dir. Reduce code duplication in dockerfiles. Minor improvements.
Configuration menu - View commit details
-
Copy full SHA for e846ec9 - Browse repository at this point
Copy the full SHA e846ec9View commit details -
Dockerfiles: misc improvements
improve comments; use localhost as the bind address for rpc calls and api servers' postgres db; unify argument passing via env vars for wallet and wallet rpc daemon; a bit more logging
Configuration menu - View commit details
-
Copy full SHA for 31103bf - Browse repository at this point
Copy the full SHA 31103bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5f448 - Browse repository at this point
Copy the full SHA 6e5f448View commit details