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

feat(docker): add profiles to docker compose for easier development on local #182

Merged
merged 15 commits into from
Jul 6, 2023

Conversation

p0lygun
Copy link
Member

@p0lygun p0lygun commented Jul 6, 2023

As more people want to contribute to the project, setting up of local environment should be easy,
Hence in this PR, We add the functionality to use docker-compose profiles to target one (or many) environments to work on,

After this is merged one can follow these steps to setup a local environment,

  1. Create a discord application
  2. Copy .env.template to an .env file
  3. Set DISCORD_CLIENT_ID and DISCORD_SECRET accordingly
  4. call
docker-compose --profile dev_local up

And it will set up all

@p0lygun p0lygun added 1 priority: medium 🥈 issues that needs to be done in near future type:backend 🖥 issues that need addition/modification on backend labels Jul 6, 2023
@p0lygun p0lygun added this to the v1.5 milestone Jul 6, 2023
@p0lygun p0lygun requested a review from a team July 6, 2023 14:20
@p0lygun p0lygun self-assigned this Jul 6, 2023
@p0lygun p0lygun changed the title feat(docker): add profiles to docker compose for easier development on local WIP: feat(docker): add profiles to docker compose for easier development on local Jul 6, 2023
@p0lygun p0lygun changed the title WIP: feat(docker): add profiles to docker compose for easier development on local feat(docker): add profiles to docker compose for easier development on local Jul 6, 2023
@p0lygun p0lygun merged commit 3edc654 into dev Jul 6, 2023
@p0lygun p0lygun deleted the docker-dev-env branch July 10, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 priority: medium 🥈 issues that needs to be done in near future type:backend 🖥 issues that need addition/modification on backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants