UPDATE
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: docker.iranserver.com/mysql:8
|
||||
image: mirror-docker.runflare.com/library/mysql:8
|
||||
container_name: ai-db
|
||||
restart: always
|
||||
environment:
|
||||
@@ -19,14 +19,14 @@ services:
|
||||
- crop_network
|
||||
|
||||
redis:
|
||||
image: docker.iranserver.com/redis
|
||||
image: mirror-docker.runflare.com/library/redis:latest
|
||||
container_name: ai-redis
|
||||
restart: always
|
||||
networks:
|
||||
- crop_network
|
||||
|
||||
qdrant:
|
||||
image: docker.iranserver.com/qdrant/qdrant:latest
|
||||
image: mirror-docker.runflare.com/qdrant/qdrant:latest
|
||||
container_name: ai-qdrant
|
||||
restart: always
|
||||
volumes:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: Dockerfile.Dev
|
||||
container_name: ai-web
|
||||
restart: always
|
||||
command: gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 4 --threads 2
|
||||
@@ -68,6 +68,7 @@ services:
|
||||
celery:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.Dev
|
||||
container_name: ai-celery
|
||||
restart: always
|
||||
command: celery -A config worker -l info --concurrency=4
|
||||
|
||||
Reference in New Issue
Block a user