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 #42

Merged
merged 3 commits into from
Aug 5, 2018
Merged

Adding Docker #42

merged 3 commits into from
Aug 5, 2018

Conversation

zaratan
Copy link

@zaratan zaratan commented Jul 27, 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

Reading list

@zaratan zaratan added Good practice Make your overall project better 13 labels Jul 30, 2018
@zaratan zaratan added Correction and removed 13 Good practice Make your overall project better labels Jul 30, 2018
zaratan added 2 commits August 5, 2018 07:42
REPOSITORY           TAG                 IMAGE ID            CREATED
SIZE
thp2_back_app_prod   latest              815edd44aa2e        4 minutes
ago       191MB
thp2_back_app        latest              d61339df9f51        31 minutes
ago      1.04GB
postgres             9.6                 106bdfb062df        9 days ago
235MB
@zaratan zaratan merged commit 690a429 into week_4 Aug 5, 2018
@zaratan zaratan self-assigned this Aug 20, 2018
@zaratan zaratan mentioned this pull request Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant