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

Add Planning Poker template #339

Closed
mms-gianni opened this issue Apr 26, 2024 · 1 comment · Fixed by #341
Closed

Add Planning Poker template #339

mms-gianni opened this issue Apr 26, 2024 · 1 comment · Fixed by #341
Assignees
Labels
good first issue Good for newcomers template A kubero template

Comments

@mms-gianni
Copy link
Member

https://github.com/axeleroy/self-host-planning-poker

version: "3"
services:
  planning-poker:
    image: axeleroy/self-host-planning-poker:latest
    ports:
      - 8000:8000
    volumes:
      - planning-poker-data:/data
volumes:
  planning-poker-data: {}

Icon : https://raw.githubusercontent.com/axeleroy/self-host-planning-poker/main/assets/icon.svg

screenshots:

@mms-gianni mms-gianni added good first issue Good for newcomers template A kubero template labels Apr 26, 2024
@ajutamangdev
Copy link
Contributor

Kindly assigned me this one @mms-gianni .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers template A kubero template
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants