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
|
MLTORGTRANS_TAG=master
|
||||||
MLATRUCKS_TAG=master
|
mlatrucks_tag=master
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue