services: api: build: context: . dockerfile: Dockerfile ports: - "2598:3000" environment: - NODE_ENV=production - PORT=3000