chore(docker): update Docker and docker-compose configurations for Arvan Cloud integration and add mirror settings
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user