healthcheck: test: ["CMD-SHELL", "nc -z localhost {{ container_port }} || exit 1"] interval: 30s timeout: 3s retries: 3 start_period: 10s {{ "\n" }}