services: app: build: context: . dockerfile: Dockerfile container_name: logapi restart: always ports: - 3001:3001 volumes: - .:/app