You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 15:14:06 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #667: Missing mapping in dev compose files for new docker-compose versions

dominikriemer opened a new issue, #667:
URL: https://github.com/apache/streampipes/issues/667

   Some _docker-compose.dev.yml_ have no value after the service name.
   
   This seems to be incompatible with docker-compose versions \> 1.x .
   
   Errors are something like "services.xxx must be a mapping"
   
   This error could be solved by adding a value.
   
   What do you think about just adding a label to avoid this error?
   
   With this extension docker-compose 2.x and 3.x can be used.
   
    
   
   Example:
   
   Old:
   ```
   
   version: "3.4"
   services:
     ui:
   
   ```
   
   New:
   ```
   
   version: "3.4"
   services:
     ui:
       labels:
         org.apache.streampipes.dev.ui.service.description:
   "Dev UI service"
    
   ```
   
   
   Imported from Jira [STREAMPIPES-515](https://issues.apache.org/jira/browse/STREAMPIPES-515). Original Jira may contain additional context.
   Reported by: obermeier.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dominikriemer closed issue #667: Missing mapping in dev compose files for new docker-compose versions

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #667:  Missing mapping in dev compose files for new docker-compose versions
URL: https://github.com/apache/streampipes/issues/667


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org