修改docker-compose

This commit is contained in:
zhouchengrong
2024-04-03 15:54:28 +08:00
parent cc46fb6453
commit d808013eb1
2 changed files with 4 additions and 4 deletions

View File

@@ -19,4 +19,4 @@ LABEL maintainer="zchengrong@yeah.net" \
name="trinity_aida"
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "RABBITMQ_QUEUES=SuperResolution-local"]
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "RABBITMQ_QUEUES=SuperResolution-dev"]

View File

@@ -1,9 +1,9 @@
version: "3"
services:
trinity_aida_local:
trinity_aida_dev:
build: .
container_name: trinity_aida_local
container_name: trinity_aida_dev
volumes:
- ./trinity_client_aida:/trinity
ports:
- "10201:4562"
- "10200:4562"