chore(docker): update Docker and docker-compose configurations for Arvan Cloud integration and add mirror settings

This commit is contained in:
2026-06-06 21:24:20 +03:30
parent 10a63b46bf
commit e34744ad99
5 changed files with 22 additions and 13 deletions

View File

@@ -49,8 +49,8 @@ services:
DB_PORT: 3306
command: php artisan queue:work database --sleep=3 --tries=3 --timeout=90
depends_on:
mariadb:
condition: service_healthy
- app
- mariadb
volumes:
- app-storage:/var/www/html/storage
networks:
@@ -69,15 +69,15 @@ services:
DB_PORT: 3306
command: sh -c "while true; do php artisan schedule:run --no-interaction; sleep 60; done"
depends_on:
mariadb:
condition: service_healthy
- app
- mariadb
volumes:
- app-storage:/var/www/html/storage
networks:
- hoshpoint
mariadb:
image: mariadb:11.4
image: docker.arvancloud.ir/mariadb:11.4
restart: unless-stopped
env_file:
- ${APP_ENV_FILE:-.env.production}