From 9acd7118fa04ff246b85272eb045a78c5936d2c4 Mon Sep 17 00:00:00 2001 From: zchen Date: Tue, 26 Mar 2024 11:44:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95RABBITMQ=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2493c6..4d34b05 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,5 @@ uwsgi app/logs app/logs/* *.log -*.jpg \ No newline at end of file +*.jpg +Dockerfile \ No newline at end of file From 828caaecb2f0689387d29c3cd36e25565b41ed5f Mon Sep 17 00:00:00 2001 From: zchen Date: Tue, 26 Mar 2024 11:46:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95RABBITMQ=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa30e10..16dc03d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app" , "-e", "RABBITMQ_QUEUES=SuperResolution-prod"] \ No newline at end of file