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

Added integration with Docker Compose #88

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

Added integration with Docker Compose #88

wants to merge 19 commits into from

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    0ffb92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5dcc68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfe9e07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f1d660 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #79 from Andrew15-5/78-add-source-files-for-db-cre…

    …ation
    
    #78. Added source files for database creation
    Andrew15-5 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d423f3b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Added dotenv module for auto .env import

    Hence, simplified "npm run" scripts in package.json
    Andrew15-5 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    98a0e57 View commit details
    Browse the repository at this point in the history
  2. Added SIGINT & SIGTERM handlers

    For nicer unexpected exiting (disconnect from database, exit with 0 code)
    Andrew15-5 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    82f45d9 View commit details
    Browse the repository at this point in the history
  3. Added Dockerfile for this app

    Added new service (for this app) in docker-compose*.yml
    Andrew15-5 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4769749 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from Andrew15-5/80-put-app-in-docker-container

    #80. Put app in Docker container
    Andrew15-5 authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    7fd5fd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    7fac5f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from Andrew15-5/82-add-package-lock.json

    #82. Added package-lock.json
    Andrew15-5 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    8bb72c5 View commit details
    Browse the repository at this point in the history
  3. Added Andrew15-5/ref-app as a submodule

    Added .gitmodules
    Andrew15-5 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    0286ec4 View commit details
    Browse the repository at this point in the history
  4. Added REF_APP_SERVER_HOST env var

    To refer to ref-app's host name as an alias inside Docker Compose file
    Andrew15-5 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    648e4ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    388577b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85 from Andrew15-5/84-put-ref-app-in-docker-conta…

    …iner
    
    #84. Put ref-app in Docker container
    Andrew15-5 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    b61a8e7 View commit details
    Browse the repository at this point in the history
  7. Added .env.sample

    Andrew15-5 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f95fd74 View commit details
    Browse the repository at this point in the history
  8. Updated ref-app submodule from 623e8de to db301d8

    Added .env.sample
    Andrew15-5 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    15f6ff7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #87 from Andrew15-5/86-add-.env.sample

    #86. Added .env.sample
    Andrew15-5 authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4935562 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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