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 ability #809

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 4, 2023

  1. add docker compose ability

    running the following commands in order will create a test environment:
    
    ```bash
    TAG=`git log -1 --pretty=%h`
    docker compose up --build --force-recreate -d
    ```
    
    - creates a "distiller" user with the password "password". had to include try/except in create_user.py to avoid container failing if postgres already has "distiller" as user.
    swelborn committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    33f8cf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. restart kafka on failure

    swelborn committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    022d9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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