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

Add Docker Compose Support for Development Environment #2409

Merged
merged 31 commits into from Feb 3, 2021

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    c514fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb8e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a18ce View commit details
    Browse the repository at this point in the history
  4. Fix mismatched quote and pluralization

    jalessio authored and migurski committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    544daa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5bf4e3 View commit details
    Browse the repository at this point in the history
  6. Docker readme updates

    jalessio authored and migurski committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    db3cbf9 View commit details
    Browse the repository at this point in the history
  7. More DOCKER.md cleanup

    jalessio authored and migurski committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    4b4217b 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 Jan 28, 2021
    Configuration menu
    Copy the full SHA
    d5fe598 View commit details
    Browse the repository at this point in the history
  9. Simplify Dockerfile

    jalessio authored and migurski committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    6624510 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a431a5 View commit details
    Browse the repository at this point in the history
  11. put osmosis installation back

    jalessio authored and migurski committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    255ce87 View commit details
    Browse the repository at this point in the history
  12. Clarifications to Docker instructions

    jalessio authored and migurski committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    395300d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6bcd214 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f07314c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b635cf6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c17cb84 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b71a6fd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    188fc8f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ab5e3b 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 Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c936063 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bc98021 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    810a941 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1e5cc59 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8baebab 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 Jan 28, 2021
    Configuration menu
    Copy the full SHA
    60f8fb9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c66041c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2da3ce6 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 Jan 28, 2021
    Configuration menu
    Copy the full SHA
    033c3b2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8c2db90 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e19e58f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4fac47a View commit details
    Browse the repository at this point in the history