version: '3' services: app: container_name: ckube-store restart: always build: . ports: - '3000:3000'