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

failover support #65

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

failover support #65

wants to merge 33 commits into from

Commits on Oct 18, 2023

  1. added .gitignore

    zombiedk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8604085 View commit details
    Browse the repository at this point in the history
  2. added failover support

    zombiedk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e91dd34 View commit details
    Browse the repository at this point in the history
  3. better description

    zombiedk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e8e5308 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. moved config to sub dir

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2e1e5e8 View commit details
    Browse the repository at this point in the history
  2. sample files

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a2f8c74 View commit details
    Browse the repository at this point in the history
  3. changed to use ENV vars

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1dd658f View commit details
    Browse the repository at this point in the history
  4. bug: removed echo

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c71d319 View commit details
    Browse the repository at this point in the history
  5. better name

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f3791c0 View commit details
    Browse the repository at this point in the history
  6. chmod +x

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    89a80cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f36d826 View commit details
    Browse the repository at this point in the history
  8. moved back

    not part of docker config
    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    be63098 View commit details
    Browse the repository at this point in the history
  9. changed from ENV to ARG

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    eb3b8d2 View commit details
    Browse the repository at this point in the history
  10. changed to build time config

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7f63c60 View commit details
    Browse the repository at this point in the history
  11. define args in .env

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9657dfb View commit details
    Browse the repository at this point in the history
  12. added .env file

    zombiedk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c8852e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. moved to host folder

    zombiedk committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0c36cb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. added jet brains

    zombiedk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b3d3897 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    adcfc24 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Use Docker volume

    Glorforidor committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a7f8df3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. build(deps): bump ubuntu from jammy-20230816 to jammy-20240808

    Bumps ubuntu from jammy-20230816 to jammy-20240808.
    
    ---
    updated-dependencies:
    - dependency-name: ubuntu
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3e887c2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a494a5c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump docker/metadata-action from 4 to 5

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    296c953 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump docker/setup-buildx-action from 2 to 3

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1e5157d View commit details
    Browse the repository at this point in the history
  5. build(deps): bump docker/build-push-action from 4 to 6

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2b15b5e View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a2cb568 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from SDFIdk/dependabot/docker/ubuntu-jammy-2024…

    …0808
    
    build(deps): bump ubuntu from jammy-20230816 to jammy-20240808
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8f90cbf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from SDFIdk/dependabot/github_actions/github/co…

    …deql-action-3
    
    build(deps): bump github/codeql-action from 2 to 3
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    239b3d0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from SDFIdk/dependabot/github_actions/docker/me…

    …tadata-action-5
    
    build(deps): bump docker/metadata-action from 4 to 5
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0e0f056 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from SDFIdk/dependabot/github_actions/docker/se…

    …tup-buildx-action-3
    
    build(deps): bump docker/setup-buildx-action from 2 to 3
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4a09cca View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5 from SDFIdk/dependabot/github_actions/docker/bu…

    …ild-push-action-6
    
    build(deps): bump docker/build-push-action from 4 to 6
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7c835db View commit details
    Browse the repository at this point in the history
  12. Merge pull request #6 from SDFIdk/dependabot/github_actions/actions/c…

    …heckout-4
    
    build(deps): bump actions/checkout from 3 to 4
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    45d7b16 View commit details
    Browse the repository at this point in the history
  13. build(deps): bump docker/login-action from 2 to 3

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    12ecfef View commit details
    Browse the repository at this point in the history
  14. Merge pull request #7 from SDFIdk/dependabot/github_actions/docker/lo…

    …gin-action-3
    
    build(deps): bump docker/login-action from 2 to 3
    zombiedk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0a98ba5 View commit details
    Browse the repository at this point in the history