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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to