version: "3" services: web: container_name: ni-link build: context: . dockerfile: Dockerfile ports: - "2020:2020" environment: - NODE_ENV=production restart: on-failure