Версия 0.5.5 Исправлен путь монтирования в nginx для frontend.

This commit is contained in:
anibilag 2025-07-16 23:45:43 +03:00
parent b7a81dbce5
commit bccf850ac5
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx/conf.d:/etc/nginx/conf.d:ro - ./nginx/conf.d:/etc/nginx/conf.d:ro
- ./uploads:/var/www/uploads:ro - ./uploads:/var/www/uploads:ro
- ./public:/var/www/html:ro
networks: networks:
- lawn-scheduler-network - lawn-scheduler-network
depends_on: depends_on:

View File

@ -1,7 +1,7 @@
{ {
"name": "lawn-mowing-scheduler", "name": "lawn-mowing-scheduler",
"private": true, "private": true,
"version": "0.5.4", "version": "0.5.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently \"npm run server\" \"npm run client\"", "dev": "concurrently \"npm run server\" \"npm run client\"",