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

Adding Docker #44

Open
3 tasks
zaratan opened this issue Jul 30, 2018 · 0 comments
Open
3 tasks

Adding Docker #44

zaratan opened this issue Jul 30, 2018 · 0 comments
Assignees
Labels
13 Good practice Make your overall project better

Comments

@zaratan
Copy link

zaratan commented Jul 30, 2018

Why ?

Sometimes we change our computer, sometime we want to do something only once that will work on our machine and production.

Must have

  • A Dockerfile for the app that can work alone with docker run
  • A docker-compose.yml with the app and the db configured
  • The app must run migration and db creation automatically upon start.

Correction in video format

  • Corrigé vidéo (Could have been better if we waited for the DB to be ready before running rails db:create)

Reading list

@zaratan zaratan added Good practice Make your overall project better 13 labels Jul 30, 2018
@Tarek-Dinkespiler Tarek-Dinkespiler self-assigned this Aug 6, 2018
@ThibautGrx ThibautGrx self-assigned this Aug 6, 2018
@whois-marvin-42 whois-marvin-42 self-assigned this Aug 20, 2018
@showner showner self-assigned this Aug 20, 2018
@zaratan zaratan self-assigned this Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
13 Good practice Make your overall project better
Projects
None yet
Development

No branches or pull requests

5 participants