What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi is it possible to describe an external service usind deploy.yml and docker/sdk? For example we al

UP957L8F3
UP957L8F3 Posts: 44 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi is it possible to describe an external service usind deploy.yml and docker/sdk? For example we already have a working redis or postgres and want to experiment with it, can this be easy adressed?

Comments

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Hello Ulrich,

    Please describe the use case more detailed.

  • UMVENKCBF
    UMVENKCBF Posts: 38 πŸ§‘πŸ»β€πŸš€ - Cadet

    Seems very easy, integrate cloud service / configuration into docker/sdk, means replace postgres with cloud service f.e. azure postgres.

    I think his wish is only to configure this and done.

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    I’ve assumed the same, but always better to get confirmation. And also it is good to understand the use case and purpose in order to find better solution,

  • UP957L8F3
    UP957L8F3 Posts: 44 πŸ§‘πŸ»β€πŸš€ - Cadet

    Exactly what Marcus said. 'Workaround I try at the moment: I produce new twig templates for the desired service ie. redis_ext one empty twig for docker-compose and env twig with the desired values.

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Rough idea just to have tcp proxies instead of built-in services. And that can be manages by using different engine in deploy.yml. The only inconsistency, you need to put twig templates inside the docker sdk repo.