feat generate 迁移

This commit is contained in:
zhouchengrong
2024-04-15 18:39:07 +08:00
parent 6739b46d40
commit e1ef5f05c8
2 changed files with 5 additions and 5 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-dev"]
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "SR_RABBITMQ_QUEUES=SuperResolution" ,"-e", "GI_RABBITMQ_QUEUES=GenerateImage"]