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

make installation easier with docker and docker-compose #6

Open
abdennour opened this issue Jul 25, 2021 · 0 comments
Open

make installation easier with docker and docker-compose #6

abdennour opened this issue Jul 25, 2021 · 0 comments

Comments

@abdennour
Copy link

abdennour commented Jul 25, 2021

hello guys and thanks for the great effort !

I would suggest to have docker-compose.yaml which shows how to use this plugin, build it, mount it to the main app (yourls).
why not running keycloak as container

Starter docker-compose.yaml

version: '3.9'

services:
  plugin:
    image: composer:1.7
  yourls:
    # tag from: https://github.com/YOURLS/charts/blob/master/charts/yourls/Chart.yaml#L5
    image: yourls:1.8.1
  keycloak:
      image: quay.io/keycloak/keycloak:14.0.0
  db:
    image:  mysql:5.7

if i got more time, i can finish it and open PR. However, this should be good starter.
Please let me know if you need any support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant