github.com/defang-io/defang/src@v0.0.0-20240505002154-bdf411911834/tests/noprojname/compose.yaml (about)

     1  services:
     2    echo:
     3      restart: unless-stopped
     4      image: ealen/echo-server
     5      ports:
     6        - target: 80
     7          mode: ingress
     8      healthcheck:
     9        test: ["CMD", "curl", "-f", "http://localhost/"]
    10      profiles:
    11        - donotstart
    12  
    13  secrets:
    14    dummy:
    15      external: true
    16      name: dummy