version: "3.8" services: web: image: flask-demo:latest container_name: flask-demo ports: - "8008:8008" restart: unless-stopped