services: app: build: context: . dockerfile: Dockerfile image: my-portfolio:latest restart: always ports: - "6756:3000"