generated from boboko/starter
Hotfix: Updatin build, fixing vite error, creating separate entrypoints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user