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

Update docker images and provide examples #1532

Merged
merged 11 commits into from
Mar 11, 2024
Merged

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    adc645a View commit details
    Browse the repository at this point in the history
  2. remove trailing spaces

    erubboli authored and ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7e03a7a View commit details
    Browse the repository at this point in the history
  3. Example docker compose files - intermediate implementation (separate …

    …yml files for different services)
    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4b46b28 View commit details
    Browse the repository at this point in the history
  4. 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.
    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5cb3189 View commit details
    Browse the repository at this point in the history
  5. Put wallet-cli into the same docker image as node-daemon; the example…

    … docker compose project can now run wallet-cli via "exec".
    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3779501 View commit details
    Browse the repository at this point in the history
  6. Remove some FIXMEs

    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d1bd88d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1ed8c9 View commit details
    Browse the repository at this point in the history
  8. Code cleanup

    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6a94d15 View commit details
    Browse the repository at this point in the history
  9. 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.
    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e846ec9 View commit details
    Browse the repository at this point in the history
  10. 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
    ImplOfAnImpl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    31103bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e5f448 View commit details
    Browse the repository at this point in the history