chore: Update docker-compose.yml with Redis and Bark configurations

This commit is contained in:
Ching L 2024-09-25 15:20:21 +08:00
parent 2f35ef2acb
commit 057b71ee6f

View File

@ -11,5 +11,8 @@ services:
- 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