version: '3.9' services: qr_code_api: container_name: QRCodeAPI image: qr_code_api build: . ports: - "5555:5000" restart: always