services: dns-orbit: build: . ports: - "8080:8080" environment: PORT: "8080" restart: unless-stopped healthcheck: test: ["CMD", "/dns-orbit", "--healthcheck"] interval: 30s timeout: 3s retries: 3