|
@@ -37,6 +37,7 @@ services:
|
|
|
command: php artisan queue:work --tries=3
|
|
command: php artisan queue:work --tries=3
|
|
|
environment:
|
|
environment:
|
|
|
- SERVICE_NAME=app-queue
|
|
- SERVICE_NAME=app-queue
|
|
|
|
|
+
|
|
|
# Laravel`s scheduler
|
|
# Laravel`s scheduler
|
|
|
app-schedule:
|
|
app-schedule:
|
|
|
<<: *base-app
|
|
<<: *base-app
|
|
@@ -64,7 +65,6 @@ services:
|
|
|
- str-network
|
|
- str-network
|
|
|
profiles:
|
|
profiles:
|
|
|
- local
|
|
- local
|
|
|
- - prod
|
|
|
|
|
|
|
|
|
|
# Vite Service -----------------------------------------------------------------------------------------------------
|
|
# Vite Service -----------------------------------------------------------------------------------------------------
|
|
|
vite:
|
|
vite:
|
|
@@ -117,8 +117,6 @@ services:
|
|
|
- REDIS_PASSWORD=${REDIS_PASSWORD}
|
|
- REDIS_PASSWORD=${REDIS_PASSWORD}
|
|
|
tty: true
|
|
tty: true
|
|
|
command: '/bin/sh -c ''node server'''
|
|
command: '/bin/sh -c ''node server'''
|
|
|
-# ports:
|
|
|
|
|
-# - ${WS_PORT:-3000}:9000
|
|
|
|
|
networks:
|
|
networks:
|
|
|
- str-network
|
|
- str-network
|
|
|
depends_on:
|
|
depends_on:
|