grocy-barcode-helper/docker-compose.yml
Ching d4c58bf9f0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
feat(api): Update quantity unit IDs in app.py and docker-compose.yml
2024-03-05 20:02:14 +08:00

16 lines
443 B
YAML

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
ports:
- 9288:9288