grocy-barcode-helper/docker-compose.yml
Ching 44bcd9f145
All checks were successful
continuous-integration/drone/push Build is passing
fix(api): 修复 location 没有正确设置的问题
2024-03-02 18:37:12 +08:00

15 lines
387 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=1
- GROCY_DEFAULT_BEST_BEFORE_DAYS=365
ports:
- 9288:9288