← Все руководства
Grocy
Grocy is a self-hosted 'ERP for your household' that tracks groceries, expiry dates, a shopping list, chores, and equipment through a single web app.
Это руководство составлено на основе официальной документации Grocy, ссылка на которую есть выше — всегда сверяйте точные названия пакетов/версий там перед запуском этих команд на рабочем сервере, так как версии дистрибутива и проекта со временем меняются.
1Clone the official Docker setup
git clone https://github.com/grocy/grocy-dockercd grocy-docker2Pull and start the containers
docker compose pulldocker compose up -dThis launches separate grocy/frontend and grocy/backend containers with a named volume for the SQLite database at /var/www/data.
3First login
Open the frontend URL in a browser.
Default credentials are admin / admin — change the password immediately under user settings.
4Adjust configuration
Application settings (locale, first day of week, mode) live in data/config.php inside the persisted volume; restart the containers after editing it.