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_PURCHASE=2 - GROCY_DEFAULT_QUANTITY_UNIT_ID_STOCK=6 - GROCY_DEFAULT_BEST_BEFORE_DAYS=365 - REDIS_HOST=172.17.0.1 - REDIS_PORT=6379 - BARK_DEVICE_KEY=your-bark-device-key ports: - 9288:9288