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

Dockerize dev environment 🐳 #285

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Conversation

nathanaelhoun
Copy link
Member

@nathanaelhoun nathanaelhoun commented May 1, 2021

Changes

  • Create dev-env.sh (name (c|sh)ould be changed) to launch the developer environment with one command
  • Create docker-compose.yml to orchestrate docker containers in dev mode
  • Added main dev.env file for developement mode
  • Add LDAP server in developer mode
  • Update developer setup wiki

Closes #292.

Cleanup from the time we tried to build docker production images

Testing this new setup

git clone [email protected]:ValFraNath/apothiquiz.git test-new-apothiquiz
cd test-new-apothiquiz
git switch hey-its-tweny-tweny-lets-dockerize-this-app
bash ./dev-env.sh start

# In another terminal
bash ./dev-env.sh seed

# Try to use the app on http://localhost:3000 !

@nathanaelhoun nathanaelhoun added documentation Improvements or additions to documentation enhancement New feature or request labels May 1, 2021
@nathanaelhoun nathanaelhoun self-assigned this May 1, 2021
@nathanaelhoun nathanaelhoun changed the title 🐳 Dockerize Apothiquiz Dockerize Apothiquiz 🐳 May 2, 2021
@nathanaelhoun nathanaelhoun marked this pull request as ready for review July 15, 2021 16:26
@nathanaelhoun nathanaelhoun requested a review from a team July 15, 2021 16:26
@nathanaelhoun nathanaelhoun marked this pull request as draft August 30, 2021 19:02
@nathanaelhoun nathanaelhoun changed the title Dockerize Apothiquiz 🐳 Dockerize dev environment 🐳 Mar 25, 2022
@nathanaelhoun nathanaelhoun removed the request for review from a team February 17, 2023 16:45
@nathanaelhoun nathanaelhoun marked this pull request as ready for review February 17, 2023 16:48
@valentinperignon valentinperignon removed their request for review March 1, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the setup for local dev
1 participant