services: nextjs: build: . container_name: learn-app ports: - "${WEB_PORT}:3000" environment: - NODE_ENV=${NODE_ENV} restart: unless-stopped