services: app: image: infinite-canvas:local build: context: . dockerfile: Dockerfile ports: - "3000:3000" restart: unless-stopped