version: '3.8' services: qr-generator: build: . ports: - "8080:80" container_name: qr-generator restart: unless-stopped