version: '3.8' services: nodejs: restart: unless-stopped build: context: ./ dockerfile: Dockerfile environment: - CRABFIT_API_URL=${CRABFIT_API_URL} ports: - '3000:3000' deploy: update_config: failure_action: rollback order: start-first