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

Docker #313

Merged
merged 27 commits into from
Sep 27, 2024
Merged

Docker #313

merged 27 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Add some docker

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    508e1c9 View commit details
    Browse the repository at this point in the history
  2. Don’t include this

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6b706de View commit details
    Browse the repository at this point in the history
  3. Use variables

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    478948c View commit details
    Browse the repository at this point in the history
  4. Already have defaults

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    17c0041 View commit details
    Browse the repository at this point in the history
  5. Docker

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b6e5579 View commit details
    Browse the repository at this point in the history
  6. Remove old one

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f7cb42e View commit details
    Browse the repository at this point in the history
  7. Use this one primarily

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3401703 View commit details
    Browse the repository at this point in the history
  8. Update variables

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1e841ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    116175b View commit details
    Browse the repository at this point in the history
  10. Add logs volume

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7d0b9af View commit details
    Browse the repository at this point in the history
  11. Update composer

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6e99849 View commit details
    Browse the repository at this point in the history
  12. wip

    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9779365 View commit details
    Browse the repository at this point in the history
  13. Revert "wip"

    This reverts commit 649e82d.
    lancepioch authored and parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4fc8d98 View commit details
    Browse the repository at this point in the history
  14. add ability to skip starting caddy

    dockerfile
      cmd updated to just start php-fpm
    
    entrypoint
      now starts caddy unless SKIP_CADDY has been set.
    
    compose file
      updated ports to work properly.
      updated networks to use the correct network.
      added commented port and variable to disable caddy
      added further notes.
    parkervcp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6f15537 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update installer

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    83ba05d View commit details
    Browse the repository at this point in the history
  2. Fix order of params

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0f58643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f686eda View commit details
    Browse the repository at this point in the history
  4. Add mysql

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    476eccc View commit details
    Browse the repository at this point in the history
  5. Small installer updates

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ca7776 View commit details
    Browse the repository at this point in the history
  6. Make this work

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b098d20 View commit details
    Browse the repository at this point in the history
  7. Revert the composer lock

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8a2668 View commit details
    Browse the repository at this point in the history
  8. Don’t need separate file

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4c19144 View commit details
    Browse the repository at this point in the history
  9. Don’t need this anymore

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1785883 View commit details
    Browse the repository at this point in the history
  10. Switch this back

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4dba731 View commit details
    Browse the repository at this point in the history
  11. We don’t do this yet

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0cd20eb View commit details
    Browse the repository at this point in the history
  12. Add cron and queue

    lancepioch committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    967d026 View commit details
    Browse the repository at this point in the history
  13. update to use supervisord

    Update the dockerfile to use supervisord
    Update supervisord config to use start caddy unless configured not to.
    Updated entrypoint to handle caddy skip for supervisord.
    parkervcp committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6117282 View commit details
    Browse the repository at this point in the history