Hotfix: Updatin build, fixing vite error, creating separate entrypoints

This commit is contained in:
2026-07-10 12:54:48 +03:00
parent a2caa43bc9
commit 5ecad634e2
7 changed files with 93 additions and 58 deletions
+3
View File
@@ -46,6 +46,7 @@ services:
queue:
image: boboko-app
restart: unless-stopped
entrypoint: ["/entrypoint-worker.sh"]
command: php artisan queue:work --tries=3 --max-jobs=500 --memory=256
env_file: .env
environment:
@@ -67,6 +68,7 @@ services:
scheduler:
profiles: [full]
image: boboko-app
entrypoint: ["/entrypoint-worker.sh"]
command: php artisan schedule:work
restart: unless-stopped
env_file: .env
@@ -138,6 +140,7 @@ services:
- "${VITE_PORT:-5173}:5173"
environment:
- NODE_ENV=development
- VITE_PORT=${VITE_PORT:-5173}
volumes:
- .:/app
- /app/node_modules