version: '3.8' services: app: image: 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID dns: - 8.8.8.8 - 1.1.1.1 deploy: replicas : 1 restart_policy : condition: on-failure resources: limits: cpus: "0.1" memory: "50m" restart: always ports: - "7010:3000"