This commit is contained in:
ddadmin 2025-03-17 23:09:02 +03:00
parent 27e668b7b4
commit 5ea449d735
2 changed files with 5 additions and 4 deletions

2
.env
View File

@ -8,4 +8,4 @@ MYSQL_PASSWORD=phai4Eeghequohyoowie
MLTORGTRANS_TAG=master MLTORGTRANS_TAG=master
MLATRUCKS_TAG=master mlatrucks_tag=master

View File

@ -40,8 +40,8 @@ services:
ingress: ingress:
php-cli-mlatrucks: mlatrucks:
image: registry.dot-dot.ru/mlatrucks:${MLATRUCKS_TAG} image: registry.dot-dot.ru/mlatrucks:${mlatrucks_tag}
command: php artisan app:run-collector pPHx1yZOaiOsUb0zAIaoiY0B4SLOcyS8gBYaAxvI9RVSAR6u command: php artisan app:run-collector pPHx1yZOaiOsUb0zAIaoiY0B4SLOcyS8gBYaAxvI9RVSAR6u
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -54,8 +54,9 @@ services:
networks: networks:
ingress: ingress:
mlatrucks_db_migration: mlatrucks_db_migration:
image: registry.dot-dot.ru/mlatrucks:${MLATRUCKS_TAG} image: registry.dot-dot.ru/mlatrucks:${mlatrucks_tag}
command: /application/artisan migrate --force --no-interaction command: /application/artisan migrate --force --no-interaction
volumes: volumes:
- ./configs/mlatrucks/.env:/application/.env - ./configs/mlatrucks/.env:/application/.env