services: web: build: . image: calculator:latest ports: - "8888:80" restart: unless-stopped