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 docker-compose.yml to run bot and db #125

Merged
merged 4 commits into from
Feb 27, 2023
Merged

Conversation

kapselccc
Copy link
Contributor

@kapselccc kapselccc commented Feb 27, 2023

Pull request review checklist 📝 ✅

This is a checklist that helps conduct a pull request review properly. These points are required to merge the PR

  • There are no merge conflicts

  • The pull request is named accordingly (description of the functionality - it
    will be visible in the changelog later)

  • Every task requirement (from Jira) is done

  • The app runs, it boots up properly (e.g. no syntax errors)

  • The proposed functionality is working properly (you need to pull this branch
    and check for yourself)

  • Each function, class or functionality is properly documented
    (short description of what it does, parameters or return values if they need
    any explanation)

@kapselccc kapselccc requested a review from pcichowski February 27, 2023 19:18
@kapselccc kapselccc added the enhancement New feature or request label Feb 27, 2023
@kapselccc kapselccc linked an issue Feb 27, 2023 that may be closed by this pull request
@kapselccc
Copy link
Contributor Author

For this compose to work on the machine .env file must be updated

docker-compose.yml Outdated Show resolved Hide resolved
timeout: 5s
retries: 5
pgadmin:
container_name: pgadmin4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

możemy jakoś customowo nazwać ten kontener

kapselccc and others added 2 commits February 27, 2023 20:36
Co-authored-by: Paweł Cichowski <81694867+Silentsky0@users.noreply.github.com>
@kapselccc kapselccc merged commit d49ff7f into staging Feb 27, 2023
@kapselccc kapselccc deleted the adding-docker-compose branch February 27, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating docker-compose for discord bot
2 participants