This commit is contained in:
ddadmin 2025-02-02 19:20:03 +03:00
parent d5fd74ce16
commit 0f1c441838
1 changed files with 0 additions and 27 deletions

View File

@ -179,30 +179,3 @@ services:
- "--redis.addr=redis://redis:6379"
networks:
dd: {}
php-cli-mltorgtrans:
user: 1000:1000
image: registry.dot-dot.ru/mltorgtrans:${MLTORGTRANS_TAG}
command: php artisan app:run-collector
restart: unless-stopped
volumes:
- ./configs/mltorgtrans/.env:/application/.env
env_file:
- ./configs/mltorgtrans/.env
depends_on:
- db
networks:
dd: {}
php-cli-mlatrucks:
image: registry.dot-dot.ru/mlatrucks:${MLATRUCKS_TAG}
command: php artisan app:run-collector
restart: unless-stopped
volumes:
- ./configs/mlatrucks/.env:/application/.env
env_file:
- ./configs/mlatrucks/.env
depends_on:
- db
networks:
dd: {}