Skip to content

Develop#48

Open
Peter-Lam wants to merge 2 commits intomasterfrom
develop
Open

Develop#48
Peter-Lam wants to merge 2 commits intomasterfrom
develop

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