services: api: build: dockerfile: Dockerfile env_file: - .env command: npm start ports: - 3000:3000 volumes: - ./api:/api