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.md / more headlines. #2

Open
wants to merge 30 commits into
base: docker-compose-take2
Choose a base branch
from

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    0357c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a7333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fbdb48 View commit details
    Browse the repository at this point in the history
  4. Fix mismatched quote and pluralization

    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    8446c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ea1f83 View commit details
    Browse the repository at this point in the history
  6. Docker readme updates

    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    a862972 View commit details
    Browse the repository at this point in the history
  7. More DOCKER.md cleanup

    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    66e10b3 View commit details
    Browse the repository at this point in the history
  8. Postgres is no longer starting

    Fails with:
    db_1   | Error: Database is uninitialized and superuser password is not specified.
    db_1   |        You must specify POSTGRES_PASSWORD for the superuser. Use
    db_1   |        "-e POSTGRES_PASSWORD=password" to set it in "docker run".
    db_1   |
    db_1   |        You may also use POSTGRES_HOST_AUTH_METHOD=trust to allow all connections
    db_1   |        without a password. This is *not* recommended. See PostgreSQL
    db_1   |        documentation about "trust":
    db_1   |        https://www.postgresql.org/docs/current/auth-trust.html
    
    Appears to be related to
    docker-library/postgres#681
    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    f373bed View commit details
    Browse the repository at this point in the history
  9. Simplify Dockerfile

    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    9aad6de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    414d508 View commit details
    Browse the repository at this point in the history
  11. put osmosis installation back

    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    32bb271 View commit details
    Browse the repository at this point in the history
  12. Clarifications to Docker instructions

    jalessio authored and migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    4d40c53 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8d31f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ea4c38 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a9a148 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7b7019 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2009a15 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bcaa592 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c0cf1ca View commit details
    Browse the repository at this point in the history
  20. Update INSTALL.md to restore original graf

    This reverts commit 20dbf89.
    migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    203f401 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e902524 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b9015af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b0406b5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5c0f088 View commit details
    Browse the repository at this point in the history
  25. Applied documentation suggestions from code review

    Co-authored-by: Tobias <t@tobiasjordans.de>
    migurski and tordans committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    93edcd8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e504457 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    83ad0da View commit details
    Browse the repository at this point in the history
  28. Added complete Rails test suite

    - Added db/functions/functions.sql to docker-compose DB image
    - Added `file`, `libgd-dev`, and `unzip` packages to help tests pass
    migurski committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    e02a447 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2b48120 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Update DOCKER.md

    Split the "run it" and "log inspection" sections into separate headlines
    tordans authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    90ccd40 View commit details
    Browse the repository at this point in the history