services: main: networks: agent_network: null depends_on: app: condition: service_started app: image: quay.io/alibaba-aaig/alibaba-ctf-bench:runtime.alibabactf-2024-Misc-af540a50 restart: always environment: {} networks: agent_network: aliases: - challenge command: - /bin/sh - -c - bash /start.sh expose: - '9999' networks: agent_network: null