version: '3' services: barcode-helper: image: git.tunpok.com/ching/grocy-barcode-helper:latest container_name: barcode-helper restart: always environment: - GROCY_API_KEY=your-api-key - GROCY_URL=https://grocy.tunpok.com - GROCY_PORT=443 - GROCY_DEFAULT_QUANTITY_UNIT_ID=1 - GROCY_DEFAULT_BEST_BEFORE_DAYS=365 ports: - 9288:9288