Autostart docker app unless stopped on purpose. Update README.md and describe cron scheduling. Add chart to product view and sort product prices.

This commit is contained in:
Krzysztof Płaczek
2024-10-15 20:20:57 +02:00
parent d043e8efb1
commit 3cc5d73758
5 changed files with 67 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
services:
php-app:
restart: unless-stopped
build: .
volumes:
- .:/usr/src/app