services: web: build: . image: ghcr.io/jones013/jack_calculator:latest ports: - "8888:80" restart: unless-stopped