fix name
This commit is contained in:
parent
27e668b7b4
commit
5ea449d735
2
.env
2
.env
|
|
@ -8,4 +8,4 @@ MYSQL_PASSWORD=phai4Eeghequohyoowie
|
|||
|
||||
|
||||
MLTORGTRANS_TAG=master
|
||||
MLATRUCKS_TAG=master
|
||||
mlatrucks_tag=master
|
||||
|
|
@ -40,8 +40,8 @@ services:
|
|||
ingress:
|
||||
|
||||
|
||||
php-cli-mlatrucks:
|
||||
image: registry.dot-dot.ru/mlatrucks:${MLATRUCKS_TAG}
|
||||
mlatrucks:
|
||||
image: registry.dot-dot.ru/mlatrucks:${mlatrucks_tag}
|
||||
command: php artisan app:run-collector pPHx1yZOaiOsUb0zAIaoiY0B4SLOcyS8gBYaAxvI9RVSAR6u
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
@ -54,8 +54,9 @@ services:
|
|||
networks:
|
||||
ingress:
|
||||
|
||||
|
||||
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
|
||||
volumes:
|
||||
- ./configs/mlatrucks/.env:/application/.env
|
||||
|
|
|
|||
Loading…
Reference in New Issue