Giter Club home page Giter Club logo

Comments (6)

rbozan avatar rbozan commented on June 24, 2024

see https://docs.rs/docker-compose-types/0.1.5/docker_compose_types/enum.ComposeFile.html

from docker-compose-types.

stephanbuys avatar stephanbuys commented on June 24, 2024

@rukai happy to include any compatibility improvements. There's a lot of unit test included, if you find that something is something or doesn't work as expected you are welcome to provide a patch or if you point out the issue I can have a look.

from docker-compose-types.

rbozan avatar rbozan commented on June 24, 2024

@rukai happy to include any compatibility improvements. There's a lot of unit test included, if you find that something is something or doesn't work as expected you are welcome to provide a patch or if you point out the issue I can have a look.

The only thing I'm wondering if it supports extensions (https://docs.docker.com/compose/compose-file/#extension), which from a quick look doesn't look like it.

from docker-compose-types.

stephanbuys avatar stephanbuys commented on June 24, 2024

Yeah, the spec is enormous and I haven't seen those before, but I think it should be simple enough to add. Can you give me a snippet of what you would like to support?

from docker-compose-types.

rbozan avatar rbozan commented on June 24, 2024

Hi, basically I want to have x-start-shell and x-tab-name visible in the scheme below:

version: "3.9"
x-start-shell: true #<--
services:
  redis:
    image: redis:6.2-alpine

  redis-admin:
    image: erikdubbelboer/phpredisadmin
    depends_on:
      - redis
    environment:
      REDIS_1_HOST: redis
      REDIS_1_NAME: testabc
      REDIS_1_PORT: 6379
    ports:
      - 80:80

    x-tab-name: Redis Admin #<--

from docker-compose-types.

stephanbuys avatar stephanbuys commented on June 24, 2024

@rbozan I've implemented support for extensions.

from docker-compose-types.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.