services: test: image: "nginx" healthcheck: interval: 30s start_period: 10s start_interval: 1s test: "/bin/true" error: image: "nginx" healthcheck: interval: 30s start_interval: 1s test: "/bin/true"