services: app: image: registry.example.com/team/app:1.0 debug: image: registry.example.com/team/debug-tools:1.0 profiles: ["debug"] command: ["sleep", "infinity"]