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

Develop #48

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

Develop #48

wants to merge 2 commits into from

Conversation

Peter-Lam
Copy link
Owner

Closes #33
Closes #45

[4.3.0] [2022-01-16] Restructuring Dockerfiles & docker-compose

Added

  • local ES isntance directory to .gitignore
  • global variables for docker dir

Changed

  • dockefile for climbr_cli
    • Now located: /docker/cli/dockerfile
    • Updated to use poetry
  • dockerfile & env variables for climbr_bookings
    • Now located: /docker/webscraper/dockerfile
  • climbr_bookings moved to /docker-compose.yml
    • to enable container creation use "docker-compose up -d --build --profile webscraper" or "docker-compose up -d --build climbr_bookings"
  • docker-compose scripts moved to /scripts
    • Added webscraper specific scripts since this is restarted the most
  • dockercompose to properly mount local ES instance
  • crontab since no gyms are currently open
  • minor log formatting in climbr.py
  • readme.md with updated instructions and images

Fixed

  • climbr cli dockerfile
  • index mapping for boookings

[4.2.0] [2022-01-16] Nox workflow added to Github Actions

Added

  • Nox workflow to Github actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restructure Docker files Add a Github Actions Flow for Nox
1 participant