• Robert Schmidt's avatar
    CI DeployObject: don't grep, just give service name · 0077d219
    Robert Schmidt authored
    With the capabilities now given as part of this MR, it happens that when
    checking the "docker compose config", the container_name might not be
    close to the service name. Something like
    
      service:
        cap_drop:
          ...
        cap_add:
          ...
        container_name:
    
    This is inconvenient, as the previous grep for the service name + 3
    lines might not cover the service name. To circumvent this, give the
    service name directly in "docker compose config". (no clue why it has
    not been done like this from the start)
    0077d219
cls_containerize.py 63.3 KB