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

Patched the SDK to provide a feature to add own services without the … #485

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bate
Copy link
Contributor

@bate bate commented Mar 14, 2024

I patched a couple of file to have a smooth way to add own services displayed on the dashboard.

Just add a custom compose.yml in your deploy.dev.yml via
docker:
ymls:
- custom.yml

and spin up some demo container

custom.yml

services:
whoami:
image: traefik/whoami
ports:
- 9999:80

config/deploy-templates/custom-services.yml
services:
whoami:
endpoints:
spryker.local:9999:
custom: true

Change log

added some checks and more precise checkes to generate compose yml and nginx config

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@vol4onok vol4onok requested a review from alexanderM91 March 26, 2024 07:21
@alexanderM91
Copy link
Collaborator

Hi @bate,
thank you very much for your contribution. We are pleased to inform you that we will analyze and test the solution you have provided in the near future.

P.S. We apologize for the delay in our response.

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

Successfully merging this pull request may close these issues.

2 participants