Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@NoxelS NoxelS released this 29 Jan 18:08
· 1 commit to main since this release

Added

  • docker-compose.yml configuration file to define multi-container Docker applications for the scraper project.
    • Includes service definitions for scraper, phpmyadmin, and db.
  • Environment files (database.env and phpmyadmin.env) for secure and flexible configuration.
  • Persistent data volumes (scraper-db-data and scraper-data) for data retention across container restarts and removals.
  • Port configurations for phpMyAdmin and MySQL database for external access.