services: web: build: . image: mbo-tech-it-web container_name: mbo-tech-it restart: unless-stopped ports: - "3000:3000" environment: - NODE_ENV=production